public final class SslSocketListening extends Object implements SocketListening
SocketListening.Listening| Constructor and Description |
|---|
SslSocketListening(Trust trust,
ByteBufferAllocator allocator,
SocketListening wrappee) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CloseableByteBufferHandler |
connected(Address address,
CloseableByteBufferHandler connection) |
void |
failed(IOException e) |
void |
listening(SocketListening.Listening listening) |
public SslSocketListening(Trust trust, ByteBufferAllocator allocator, SocketListening wrappee)
public void failed(IOException e)
public void listening(SocketListening.Listening listening)
listening in interface SocketListeningpublic CloseableByteBufferHandler connected(Address address, CloseableByteBufferHandler connection)
connected in interface SocketListeningCopyright © 2016. All rights reserved.