All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractConnection A convenience base implementation ofConnection.AbstractEndPoint 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.ByteArrayEndPoint ByteArrayEndPoint.ByteBufferOutputStream Simple wrapper of a ByteBuffer as an OutputStream.ByteBufferPool AByteBufferpool.ByteBufferPool.Bucket ByteBufferPool.Lease ChannelEndPoint Channel End Point.ClientConnectionFactory Factory for client-sideConnectioninstances.ClientConnectionFactory.Info A holder for a list of protocol strings identifying a network protocol (for example["h2", "h2-17", "h2-16"]) and aClientConnectionFactorythat creates connections that speak that network protocol.ClientConnector 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 Connection.UpgradeTo ConnectionStatistics AConnection.Listenerthat tracks connection statistics.CyclicTimeout An abstract implementation of a timeout.EndPoint A transport EndPointEofException 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.LeakTrackingByteBufferPool 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.NetworkTrafficListener.Adapter A commodity class that implementsNetworkTrafficListenerwith empty methods.NetworkTrafficSelectChannelEndPoint QuietException A Quiet Exception.RetainableByteBuffer A Retainable ByteBuffer.RuntimeIOException Subclass ofRuntimeExceptionused to signal that there was anIOExceptionthrown by underlyingWriterSelectorManager 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 SslClientConnectionFactory 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.