Uses of Interface
org.apache.http.nio.reactor.SessionBufferStatus
Packages that use SessionBufferStatus
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Default implementation of event driven network communication APIs
based on Java NIO.
Event driven network communication APIs loosely based on
Doug Lea's
reactor pattern.
TLS/SSL support for asynchronous, event driven communication.
-
Uses of SessionBufferStatus in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement SessionBufferStatusModifier and TypeClassDescriptionclass
Default implementation of theNHttpClientConnection
interface.class
Default implementation of theNHttpServerConnection
interface.class
This class serves as a base for allNHttpConnection
implementations and provides functionality common to both client and server HTTP connections. -
Uses of SessionBufferStatus in org.apache.http.impl.nio.reactor
Classes in org.apache.http.impl.nio.reactor that implement SessionBufferStatusFields in org.apache.http.impl.nio.reactor declared as SessionBufferStatusMethods in org.apache.http.impl.nio.reactor with parameters of type SessionBufferStatusModifier and TypeMethodDescriptionvoid
IOSessionImpl.setBufferStatus
(SessionBufferStatus bufferStatus) -
Uses of SessionBufferStatus in org.apache.http.nio.reactor
Methods in org.apache.http.nio.reactor with parameters of type SessionBufferStatusModifier and TypeMethodDescriptionvoid
IOSession.setBufferStatus
(SessionBufferStatus status) Quite often I/O sessions need to maintain internal I/O buffers in order to transform input / output data prior to returning it to the consumer or writing it to the underlying channel. -
Uses of SessionBufferStatus in org.apache.http.nio.reactor.ssl
Classes in org.apache.http.nio.reactor.ssl that implement SessionBufferStatusModifier and TypeClassDescriptionclass
SSLIOSession
is a decorator class intended to transparently extend anIOSession
with transport layer security capabilities based on the SSL/TLS protocol.Fields in org.apache.http.nio.reactor.ssl declared as SessionBufferStatusMethods in org.apache.http.nio.reactor.ssl with parameters of type SessionBufferStatus
SSLIOSession