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.Partial implementation of EndPoint that usesFillInterestandWriteFlusher.A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.ARetainableByteBufferpool where RetainableByteBuffers are held inPools that are held in array elements.AByteBufferpool.Factory for client-sideConnectioninstances.The client-side component that connects to server sockets.Configures aClientConnector.A pair/record holding aSelectableChanneland aSocketAddressto connect to.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 Quiet Exception.A pooled ByteBuffer which maintains a reference count that is incremented withRetainableByteBuffer.retain()and decremented withRetainableByteBuffer.release().ARetainableByteBufferpool.A partialEndPointimplementation based onSelectableChannel.SelectorManagermanages a number ofManagedSelectors that simplify the non-blocking primitives provided by the JVM via thejava.niopackage.AnEndPointimplementation based onSocketChannel.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.Partial implementation of EndPoint that usesFillInterestandWriteFlusher.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.Marks anEndPointthat wraps anotherEndPoint.An Abstract implementation of an Idle Timeout.ARetainableByteBufferpool.A Utility class to help implementEndPoint.write(Callback, ByteBuffer...)by callingEndPoint.flush(ByteBuffer...)until all content is written.