org.apache.qpid
Class ConsoleOutput
java.lang.Object
org.apache.qpid.ConsoleOutput
- All Implemented Interfaces:
- Sender<ByteBuffer>
public class ConsoleOutput
- extends Object
- implements Sender<ByteBuffer>
ConsoleOutput
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleOutput
public ConsoleOutput()
send
public void send(ByteBuffer buf)
- Specified by:
send
in interface Sender<ByteBuffer>
flush
public void flush()
- Specified by:
flush
in interface Sender<ByteBuffer>
close
public void close()
- Specified by:
close
in interface Sender<ByteBuffer>
setIdleTimeout
public void setIdleTimeout(int i)
- Specified by:
setIdleTimeout
in interface Sender<ByteBuffer>
Licensed to the Apache Software Foundation