org.apache.qpid.transport.network.security.sasl
Class SASLEncryptor
java.lang.Object
org.apache.qpid.transport.network.security.sasl.SASLEncryptor
- All Implemented Interfaces:
- ConnectionListener
- Direct Known Subclasses:
- SASLReceiver, SASLSender
public abstract class SASLEncryptor
- extends Object
- implements ConnectionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
saslClient
protected SaslClient saslClient
securityLayerEstablished
protected boolean securityLayerEstablished
sendBuffSize
protected int sendBuffSize
recvBuffSize
protected int recvBuffSize
SASLEncryptor
public SASLEncryptor()
isSecurityLayerEstablished
public boolean isSecurityLayerEstablished()
opened
public void opened(Connection conn)
- Specified by:
opened
in interface ConnectionListener
exception
public void exception(Connection conn,
ConnectionException exception)
- Specified by:
exception
in interface ConnectionListener
closed
public void closed(Connection conn)
- Specified by:
closed
in interface ConnectionListener
securityLayerEstablished
public abstract void securityLayerEstablished()
Licensed to the Apache Software Foundation