| 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 |
A Listener for connection events.
|
| Connection.UpgradeFrom | |
| Connection.UpgradeTo | |
| EndPoint |
A transport EndPoint
|
| ManagedSelector.Selectable |
A
ManagedSelector.Selectable is an EndPoint that wish to be
notified of non-blocking events by the ManagedSelector. |
| NetworkTrafficListener |
A listener for raw network traffic within Jetty.
|
| 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–2016 Webtide. All rights reserved.