| Interface | Description |
|---|---|
| ByteBufferPool |
A
ByteBuffer pool. |
| ClientConnectionFactory |
Factory for client-side
Connection instances. |
| Connection |
A
Connection is associated to an EndPoint so that I/O events
happening on the EndPoint can be processed by the Connection. |
| Connection.Listener | |
| EndPoint |
A transport EndPoint
|
| NetworkTrafficListener |
A listener for raw network traffic within Jetty.
|
| SelectorManager.SelectableEndPoint |
A
SelectorManager.SelectableEndPoint is an EndPoint that wish to be notified of
non-blocking events by the SelectorManager.ManagedSelector. |
| Exception | Description |
|---|---|
| EofException |
A Jetty specialization of EOFException.
|
| RuntimeIOException |
Subclass of
RuntimeException used to signal that there
was an IOException thrown by underlying Writer |
Copyright © 1995-2015 Webtide. All Rights Reserved.