| 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 | Description |
|---|---|
| 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
|
| 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. |
| ManagedSelector.SelectorUpdate |
A selector update to be done when the selector has been woken.
|
| MappedByteBufferPool | |
| NetworkTrafficListener |
A listener for raw network traffic within Jetty.
|
| QuietException |
A Quiet Exception.
|
| SelectChannelEndPoint |
Deprecated.
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. |
| Class | 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–2018 Webtide. All rights reserved.