Uses of Package
org.eclipse.jetty.io
Packages that use org.eclipse.jetty.io
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
-
Classes in org.eclipse.jetty.io used by org.eclipse.jetty.ioClassDescriptionA convenience base implementation of
Connection.A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.AByteBufferpool.Channel End Point.Factory for client-sideConnectioninstances.AConnectionis associated to anEndPointso that I/O events happening on theEndPointcan be processed by theConnection.A Listener for connection events.AConnection.Listenerthat tracks connection statistics.An entity that may expire.EndPoint is the abstraction for an I/O channel that transports bytes.A Utility class to help implementEndPoint.fillInterested(Callback)by keeping state and calling the context and callback objects.An Abstract implementation of an Idle Timeout.ManagedSelectorwraps aSelectorsimplifying non-blocking operations on channels.AManagedSelector.Selectableis anEndPointthat wish to be notified of non-blocking events by theManagedSelector.A selector update to be done when the selector has been woken.A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.A listener for raw network traffic within Jetty.A specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.A Quiet Exception.SelectorManagermanages a number ofManagedSelectors that simplify the non-blocking primitives provided by the JVM via thejava.niopackage.A listener for accept events.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.sslClassDescriptionA convenience base implementation of
Connection.AByteBufferpool.Factory for client-sideConnectioninstances.AConnectionis associated to anEndPointso that I/O events happening on theEndPointcan be processed by theConnection.Connectionimplementations implement this interface when they can be upgraded to the protocol they speak (e.g.EndPoint is the abstraction for an I/O channel that transports bytes.An Abstract implementation of an Idle Timeout.A Utility class to help implementEndPoint.write(Callback, ByteBuffer...)by callingEndPoint.flush(ByteBuffer...)until all content is written.