| 接口 | 说明 |
|---|---|
| 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
Asynchronous Methods
The asynchronous scheduling methods of
EndPoint
has been influenced by NIO.2 Futures and Completion
handlers, but does not use those actual interfaces because they have
some inefficiencies. |
| 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.
|
| 异常错误 | 说明 |
|---|---|
| EofException |
A Jetty specialization of EOFException.
|
| RuntimeIOException |
Subclass of
RuntimeException used to signal that there
was an IOException thrown by underlying Writer |
Copyright © 2017. All rights reserved.