Uses of Package
org.eclipse.jetty.io
-
Packages that use org.eclipse.jetty.io Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.io.ssl Jetty IO : Core SSL Support -
Classes in org.eclipse.jetty.io used by org.eclipse.jetty.io Class Description AbstractConnection A convenience base implementation ofConnection.AbstractEndPoint ByteBufferPool AByteBufferpool.ByteBufferPool.Bucket ChannelEndPoint Channel End Point.ClientConnectionFactory Factory for client-sideConnectioninstances.Connection AConnectionis associated to anEndPointso that I/O events happening on theEndPointcan be processed by theConnection.Connection.Listener A Listener for connection events.ConnectionStatistics AConnection.Listenerthat tracks connection statistics.ConnectionStatistics.Stats CyclicTimeouts.Expirable An entity that may expire.EndPoint EndPoint is the abstraction for an I/O channel that transports bytes.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.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.NetworkTrafficListener A listener for raw network traffic within Jetty.NetworkTrafficSocketChannelEndPoint A specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.QuietException A Quiet Exception.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.SocketChannelEndPoint WriteFlusher A Utility class to help implementEndPoint.write(Callback, ByteBuffer...)by callingEndPoint.flush(ByteBuffer...)until all content is written. -
Classes in org.eclipse.jetty.io used by org.eclipse.jetty.io.ssl Class Description AbstractConnection A convenience base implementation ofConnection.AbstractEndPoint ByteBufferPool AByteBufferpool.ClientConnectionFactory Factory for client-sideConnectioninstances.Connection AConnectionis associated to anEndPointso that I/O events happening on theEndPointcan be processed by theConnection.Connection.UpgradeTo Connectionimplementations implement this interface when they can be upgraded to the protocol they speak (e.g.EndPoint EndPoint is the abstraction for an I/O channel that transports bytes.IdleTimeout An Abstract implementation of an Idle Timeout.WriteFlusher A Utility class to help implementEndPoint.write(Callback, ByteBuffer...)by callingEndPoint.flush(ByteBuffer...)until all content is written.