Handshake(TransportProcessor processor,
Transport transport,
Reactor reactor) |
Constructor for the Handshake object.
|
Handshake(TransportProcessor processor,
Transport transport,
Reactor reactor,
boolean client) |
Constructor for the Handshake object.
|
Handshake(TransportProcessor processor,
Transport transport,
Reactor reactor,
int size) |
Constructor for the Handshake object.
|
Handshake(TransportProcessor processor,
Transport transport,
Reactor reactor,
int size,
boolean client) |
Constructor for the Handshake object.
|
OperationFactory(TransportProcessor processor,
Reactor reactor,
int buffer) |
Constructor for the OperationFactory object.
|
OperationFactory(TransportProcessor processor,
Reactor reactor,
int buffer,
int threshold) |
Constructor for the OperationFactory object.
|
OperationFactory(TransportProcessor processor,
Reactor reactor,
int buffer,
int threshold,
boolean client) |
Constructor for the OperationFactory object.
|
ServerCleaner(TransportProcessor processor,
ConcurrentExecutor executor,
Reactor reactor) |
Constructor for the ServerCleaner object.
|
TransportDispatcher(TransportProcessor processor,
Transport transport) |
Constructor for the TransportDispatcher object.
|
TransportSocketProcessor(TransportProcessor processor) |
Constructor for the TransportSocketProcessor object.
|
TransportSocketProcessor(TransportProcessor processor,
int threads) |
Constructor for the TransportSocketProcessor object.
|
TransportSocketProcessor(TransportProcessor processor,
int threads,
int buffer) |
Constructor for the TransportSocketProcessor object.
|
TransportSocketProcessor(TransportProcessor processor,
int threads,
int buffer,
int threshold) |
Constructor for the TransportSocketProcessor object.
|
TransportSocketProcessor(TransportProcessor processor,
int threads,
int buffer,
int threshold,
boolean client) |
Constructor for the TransportSocketProcessor object.
|