| 程序包 | 说明 |
|---|---|
| org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
| org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
| 类和说明 |
|---|
| AbstractConnection
A convenience base implementation of
Connection. |
| AbstractEndPoint |
| ByteBufferPool
A
ByteBuffer pool. |
| ByteBufferPool.Bucket |
| ChannelEndPoint
Channel End Point.
|
| 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.
|
| 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. |
| FillInterest
A Utility class to help implement
EndPoint.fillInterested(Callback)
by keeping state and calling the context and callback objects. |
| IdleTimeout
An Abstract implementation of an Idle Timeout.
|
ManagedSelector
ManagedSelector wraps a Selector simplifying non-blocking operations on channels. |
| ManagedSelector.Selectable
A
ManagedSelector.Selectable is an EndPoint that wish to be
notified of non-blocking events by the ManagedSelector. |
| MappedByteBufferPool |
| NetworkTrafficListener
A listener for raw network traffic within Jetty.
|
| SelectChannelEndPoint
已过时。
use
SocketChannelEndPoint instead |
SelectorManager
SelectorManager manages a number of ManagedSelectors that
simplify the non-blocking primitives provided by the JVM via the java.nio package. |
| SocketChannelEndPoint |
| WriteFlusher
A Utility class to help implement
EndPoint.write(Callback, ByteBuffer...) by calling
EndPoint.flush(ByteBuffer...) until all content is written. |
| 类和说明 |
|---|
| AbstractConnection
A convenience base implementation of
Connection. |
| AbstractEndPoint |
| 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. |
| 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. |
| IdleTimeout
An Abstract implementation of an Idle Timeout.
|
| WriteFlusher
A Utility class to help implement
EndPoint.write(Callback, ByteBuffer...) by calling
EndPoint.flush(ByteBuffer...) until all content is written. |
Copyright © 2017. All rights reserved.