void |
ContainerController.ready(Collector collector) |
The ready event is used when a full HTTP entity has been
collected from the underlying transport.
|
void |
Controller.ready(Collector collector) |
The ready event is used when a full HTTP entity has been
collected from the underlying transport.
|
void |
ContainerController.select(Collector collector) |
The select event is used to register the connected socket with
a Java NIO selector which can efficiently determine when there
are bytes ready to read from the socket.
|
void |
Controller.select(Collector collector) |
The select event is used to register the connected socket with
a Java NIO selector which can efficiently determine when there
are bytes ready to read from the socket.
|
void |
ContainerController.start(Collector collector) |
The start event is used to immediately consume bytes form the
underlying transport, it does not require a select to check
if the socket is read ready which improves performance.
|
void |
Controller.start(Collector collector) |
The start event is used to immediately consume bytes form the
underlying transport, it does not require a select to check
if the socket is read ready which improves performance.
|