| Interface | Description |
|---|---|
| ByteBufferPool |
A
ByteBuffer pool. |
| ClientConnectionFactory |
Factory for client-side
Connection instances. |
| ClientConnectionFactory.Decorator |
Wraps another ClientConnectionFactory.
|
| 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. |
| ManagedSelector.SelectorUpdate |
A selector update to be done when the selector has been woken.
|
| NetworkTrafficListener |
A listener for raw network traffic within Jetty.
|
| QuietException |
A Quiet Exception.
|
| SelectorManager.AcceptListener |
A listener for accept events.
|
| WriteFlusher.Listener |
A listener of
WriteFlusher events. |
| Class | Description |
|---|---|
| AbstractConnection |
A convenience base implementation of
Connection. |
| AbstractEndPoint | |
| ArrayByteBufferPool |
A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.
|
| ByteArrayEndPoint |
ByteArrayEndPoint.
|
| ByteBufferOutputStream |
Simple wrapper of a ByteBuffer as an OutputStream.
|
| ByteBufferPool.Bucket | |
| ByteBufferPool.Lease | |
| ChannelEndPoint |
Channel End Point.
|
| Connection.Listener.Adapter | |
| ConnectionStatistics |
A
Connection.Listener that tracks connection statistics. |
| CyclicTimeout |
An abstract implementation of a timeout.
|
| 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.
|
| LeakTrackingByteBufferPool | |
| ManagedSelector |
ManagedSelector wraps a Selector simplifying non-blocking operations on channels. |
| MappedByteBufferPool |
A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.
|
| MappedByteBufferPool.Tagged | |
| NegotiatingClientConnection | |
| NegotiatingClientConnectionFactory | |
| NetworkTrafficListener.Adapter | Deprecated
use
NetworkTrafficListener instead |
| NetworkTrafficSelectChannelEndPoint | Deprecated
use
NetworkTrafficSocketChannelEndPoint instead |
| NetworkTrafficSocketChannelEndPoint |
A specialized version of
SocketChannelEndPoint that supports NetworkTrafficListeners. |
| RetainableByteBuffer |
A Retainable ByteBuffer.
|
| 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. |
| WriterOutputStream |
Wrap a Writer as an OutputStream.
|
| 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 © 2010 - 2020 Adobe. All Rights Reserved