| Package | Description |
|---|---|
| org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
| org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
| Class and Description |
|---|
| AbstractConnection
A convenience base implementation of
Connection. |
| AbstractEndPoint |
| ByteBufferPool
A
ByteBuffer pool. |
| 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
|
| 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.SelectableEndPoint
A
ManagedSelector.SelectableEndPoint 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
An ChannelEndpoint that can be scheduled by
SelectorManager. |
SelectorManager
SelectorManager manages a number of ManagedSelectors that
simplify the non-blocking primitives provided by the JVM via the java.nio package. |
| WriteFlusher
A Utility class to help implement
EndPoint.write(Callback, ByteBuffer...) by calling
EndPoint.flush(ByteBuffer...) until all content is written. |
| Class and Description |
|---|
| 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
|
| 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 © 1995-2015 Webtide. All Rights Reserved.