All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractConnection A convenience base implementation ofConnection.AbstractEndPoint Partial implementation of EndPoint that usesFillInterestandWriteFlusher.ALPNProcessor ALPNProcessor.Client Client-side interface used by ServiceLoader.ALPNProcessor.Server Server-side interface used by ServiceLoader.ArrayByteBufferPool A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.ArrayRetainableByteBufferPool ByteArrayEndPoint ByteArrayEndPoint.ByteBufferAccumulator Accumulates data into a list of ByteBuffers which can then be combined into a single buffer or written to an OutputStream.ByteBufferCallbackAccumulator This class can be used to accumulate pairs ofByteBufferandCallback, and eventually copy these into a singleByteBufferor byte array and succeed the callbacks.ByteBufferOutputStream Simple wrapper of a ByteBuffer as an OutputStream.ByteBufferOutputStream2 This class implements an output stream in which the data is written into a list of ByteBuffer, the buffer list automatically grows as data is written to it, the buffers are taken from the suppliedByteBufferPoolor freshly allocated if one is not supplied.ByteBufferPool AByteBufferpool.ByteBufferPool.Bucket ByteBufferPool.Lease ClientConnectionFactory Factory for client-sideConnectioninstances.ClientConnectionFactory.Decorator Wraps another ClientConnectionFactory.ClientConnectionFactory.Info A holder for a list of protocol strings identifying an application protocol (for example["h2", "h2-17", "h2-16"]) and aClientConnectionFactorythat creates connections that speak that network protocol.ClientConnector The client-side component that connects to server sockets.ClientConnector.Configurator Configures aClientConnector.ClientConnector.Configurator.ChannelWithAddress A pair/record holding aSelectableChanneland aSocketAddressto connect to.Connection AConnectionis associated to anEndPointso that I/O events happening on theEndPointcan be processed by theConnection.Connection.Listener A Listener for connection events.Connection.Listener.Adapter Connection.UpgradeFrom Connectionimplementations implement this interface when they can upgrade from the protocol they speak (for example HTTP/1.1) to a different protocol (e.g.Connection.UpgradeTo Connectionimplementations implement this interface when they can be upgraded to the protocol they speak (e.g.ConnectionStatistics AConnection.Listenerthat tracks connection statistics.ConnectionStatistics.Stats CyclicTimeout An abstract implementation of a timeout.CyclicTimeouts<T extends CyclicTimeouts.Expirable> An implementation of a timeout that manages manyexpirableentities whose timeouts are mostly cancelled or re-scheduled.CyclicTimeouts.Expirable An entity that may expire.DatagramChannelEndPoint AnEndPointimplementation based onDatagramChannel.EndPoint EndPoint is the abstraction for an I/O channel that transports bytes.EndPoint.Wrapper Marks anEndPointthat wraps anotherEndPoint.EofException A Jetty specialization of EOFException.FillInterest A Utility class to help implementEndPoint.fillInterested(Callback)by keeping state and calling the context and callback objects.IdleTimeout An Abstract implementation of an Idle Timeout.IncludeExcludeConnectionStatistics IncludeExcludeConnectionStatistics.ConnectionSet LeakTrackingByteBufferPool LogarithmicArrayByteBufferPool Extension of theArrayByteBufferPoolwhose bucket sizes increase exponentially instead of linearly.ManagedSelector ManagedSelectorwraps aSelectorsimplifying non-blocking operations on channels.ManagedSelector.Selectable AManagedSelector.Selectableis anEndPointthat wish to be notified of non-blocking events by theManagedSelector.ManagedSelector.SelectorUpdate A selector update to be done when the selector has been woken.MappedByteBufferPool A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.MappedByteBufferPool.Tagged NegotiatingClientConnection NegotiatingClientConnectionFactory NetworkTrafficListener A listener for raw network traffic within Jetty.NetworkTrafficSocketChannelEndPoint A specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.NullByteBufferPool QuietException A Quiet Exception.RetainableByteBuffer A pooled ByteBuffer which maintains a reference count that is incremented withRetainableByteBuffer.retain()and decremented withRetainableByteBuffer.release().RetainableByteBufferPool ARetainableByteBufferpool.RuntimeIOException Subclass ofRuntimeExceptionused to signal that there was anIOExceptionthrown by underlyingWriterSelectableChannelEndPoint A partialEndPointimplementation based onSelectableChannel.SelectorManager SelectorManagermanages a number ofManagedSelectors that simplify the non-blocking primitives provided by the JVM via thejava.niopackage.SelectorManager.AcceptListener A listener for accept events.SelectorManager.SelectorManagerListener SocketChannelEndPoint AnEndPointimplementation based onSocketChannel.SslClientConnectionFactory A ClientConnectionFactory that creates client-sideSslConnectioninstances.SslClientConnectionFactory.SslEngineFactory A factory forSSLEngineobjects.SslConnection A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically anConnectionlike HttpConnection) that wants unencrypted data.SslHandshakeListener Implementations of this interface are notified of TLS handshake events.SslHandshakeListener.Event The event object carrying information about TLS handshake events.WriteFlusher A Utility class to help implementEndPoint.write(Callback, ByteBuffer...)by callingEndPoint.flush(ByteBuffer...)until all content is written.WriteFlusher.Listener A listener ofWriteFlusherevents.WriterOutputStream Wrap a Writer as an OutputStream.