| Modifier and Type | Interface and Description |
|---|---|
interface |
ProtocolEngine
A ProtocolEngine is a Receiver for java.nio.ByteBuffers.
|
interface |
ServerProtocolEngine |
| Modifier and Type | Class and Description |
|---|---|
class |
Connection
Connection
|
| Modifier and Type | Method and Description |
|---|---|
Receiver<T> |
Binding.receiver(E endpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
Assembler
Assembler
|
class |
InputHandler
InputHandler
|
| Modifier and Type | Method and Description |
|---|---|
Receiver<ByteBuffer> |
ConnectionBinding.receiver(Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
NetworkConnection |
OutgoingNetworkTransport.connect(ConnectionSettings settings,
Receiver<ByteBuffer> delegate,
TransportActivity transportActivity) |
| Constructor and Description |
|---|
Assembler(Receiver<ProtocolEvent> receiver) |
InputHandler(Receiver<NetworkEvent> receiver) |
InputHandler(Receiver<NetworkEvent> receiver,
InputHandler.State state) |
| Modifier and Type | Method and Description |
|---|---|
NetworkConnection |
IoNetworkTransport.connect(ConnectionSettings settings,
Receiver<ByteBuffer> delegate,
TransportActivity transportActivity) |
| Constructor and Description |
|---|
IoNetworkConnection(Socket socket,
Receiver<ByteBuffer> delegate,
int sendBufferSize,
int receiveBufferSize,
long timeout,
Ticker ticker) |
| Modifier and Type | Method and Description |
|---|---|
Receiver<ByteBuffer> |
SecurityLayer.receiver(Receiver<ByteBuffer> delegate) |
| Modifier and Type | Method and Description |
|---|---|
Receiver<ByteBuffer> |
SecurityLayer.receiver(Receiver<ByteBuffer> delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
SASLReceiver |
| Constructor and Description |
|---|
SASLReceiver(Receiver<ByteBuffer> delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
SSLReceiver |
| Constructor and Description |
|---|
SSLReceiver(SSLEngine engine,
Receiver<ByteBuffer> delegate,
SSLStatus sslStatus) |
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.