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