org.apache.qpid.transport.network.security.ssl
Class SSLReceiver
java.lang.Object
org.apache.qpid.transport.network.security.ssl.SSLReceiver
- All Implemented Interfaces:
- Receiver<ByteBuffer>
public class SSLReceiver
- extends Object
- implements Receiver<ByteBuffer>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLReceiver
public SSLReceiver(SSLEngine engine,
Receiver<ByteBuffer> delegate,
SSLSender sender)
setConnectionSettings
public void setConnectionSettings(ConnectionSettings settings)
closed
public void closed()
- Specified by:
closed
in interface Receiver<ByteBuffer>
exception
public void exception(Throwable t)
- Specified by:
exception
in interface Receiver<ByteBuffer>
received
public void received(ByteBuffer buf)
- Specified by:
received
in interface Receiver<ByteBuffer>
Licensed to the Apache Software Foundation