| Interface | Description |
|---|---|
| ByteBufferPool |
A
ByteBuffer pool. |
| 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 | |
| EndPoint |
A transport EndPoint
|
| NetworkTrafficListener |
A listener for raw network traffic within Jetty.
|
| SelectorManager.SelectableEndPoint |
A
SelectorManager.SelectableEndPoint is an EndPoint that wish to be notified of
non-blocking events by the SelectorManager.ManagedSelector. |
| SocketBased |
Interface for Socket based I/O
|
| Class | Description |
|---|---|
| AbstractConnection |
A convenience base implementation of
Connection. |
| AbstractConnection.State | |
| AbstractEndPoint | |
| ArrayByteBufferPool | |
| ArrayByteBufferPool.Bucket | |
| ByteArrayEndPoint |
ByteArrayEndPoint.
|
| ChannelEndPoint |
Channel End Point.
|
| Connection.Listener.Adapter | |
| 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.
|
| MappedByteBufferPool | |
| NetworkTrafficListener.Adapter |
A commodity class that implements
NetworkTrafficListener with empty methods. |
| NetworkTrafficSelectChannelEndPoint | |
| SelectChannelEndPoint |
An ChannelEndpoint that can be scheduled by
SelectorManager. |
| SelectorManager |
SelectorManager manages a number of SelectorManager.ManagedSelectors that
simplify the non-blocking primitives provided by the JVM via the java.nio package. |
| UncheckedPrintWriter |
A wrapper for the
PrintWriter that re-throws the instances of
IOException thrown by the underlying implementation of
Writer as RuntimeIOException instances. |
| 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 © 1995-2013 Mort Bay Consulting. All Rights Reserved.