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.ARetainableByteBufferpool where RetainableByteBuffers are held inPools that are held in array elements.A pool forRetainableByteBufferinstances.A ByteBufferPool with an additional no-argsByteBufferPool.Sized.acquire()method to obtain a buffer of a preconfigured specific size and type.A wrapper forByteBufferPoolinstances.Factory for client-sideConnectioninstances.The client-side component that connects to server sockets.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.replaced byTransportAConnectionis associated to anEndPointso that I/O events happening on theEndPointcan be processed by theConnection.A Listener for connection events.AConnection.Listenerthat tracks connection statistics.A chunk of content indicating whether it is the last chunk.Implementations of this interface may processContent.Chunks being copied by theContent.copy(Source, Sink, Processor, Callback)method, so thatContent.Chunks of unknown types can be copied.A content sink that writes the content to its implementation (a socket, a file, etc.).A source of content that can be read with a read/demand model.An entity that may expire.EndPoint is the abstraction for I/O communication using bytes.A communication conduit between two peers.Interface representing bundle of SSLSession associated data.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 listener for raw network traffic within Jetty.A Quiet Exception.A reference counted resource, for example one that is borrowed from a pool, that may be retained an additional number of times, and released a correspondent number of times, over its lifecycle.A wrapper ofRetainableinstances.A pooledByteBufferwhich maintains a reference count that is incremented withRetainable.retain()and decremented withRetainable.release().A wrapper forRetainableByteBufferinstancesA partialEndPointimplementation based onSelectableChannel.SelectorManagermanages a number ofManagedSelectors that simplify the non-blocking primitives provided by the JVM via thejava.niopackage.AnEndPointimplementation based onSocketChannel.The low-level transport used by clients.Abstract implementation ofTransportbased on IP.Abstract implementation ofTransportbased on sockets.Abstract implementation ofTransportbased on Unix-Domain sockets.A Utility class to help implementEndPoint.write(Callback, ByteBuffer...)by callingEndPoint.flush(ByteBuffer...)until all content is written.An alternate toOutputStreamWriterthat supports several optimized implementation for well knownCharsets, specificallyStandardCharsets.UTF_8andStandardCharsets.ISO_8859_1. -
Classes in org.eclipse.jetty.io used by org.eclipse.jetty.io.contentClassDescriptionA pool for
RetainableByteBufferinstances.A ByteBufferPool with an additional no-argsByteBufferPool.Sized.acquire()method to obtain a buffer of a preconfigured specific size and type.A chunk of content indicating whether it is the last chunk.A content sink that writes the content to its implementation (a socket, a file, etc.).A source of content that can be read with a read/demand model. -
Classes in org.eclipse.jetty.io used by org.eclipse.jetty.io.sslClassDescriptionA convenience base implementation of
Connection.Partial implementation of EndPoint that usesFillInterestandWriteFlusher.A pool forRetainableByteBufferinstances.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 I/O communication using bytes.Interface representing bundle of SSLSession associated data.Marks anEndPointthat wraps anotherEndPoint.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.
Transport