Uses of Interface
org.apache.hc.core5.http.SocketModalCloseable
Packages that use SocketModalCloseable
Package
Description
Core HTTP transport component APIs.
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Core HTTP transport APIs based on the classic (blocking) I/O model.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
Client side connection pool component APIs.
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
TLS/SSL support for I/O reactors.
-
Uses of SocketModalCloseable in org.apache.hc.core5.http
Subinterfaces of SocketModalCloseable in org.apache.hc.core5.httpModifier and TypeInterfaceDescriptioninterfaceA generic HTTP connection, useful on client and server side. -
Uses of SocketModalCloseable in org.apache.hc.core5.http.impl.io
Classes in org.apache.hc.core5.http.impl.io that implement SocketModalCloseableModifier and TypeClassDescription(package private) classclassDefault implementation ofHttpClientConnection.classDefault implementation ofHttpServerConnection. -
Uses of SocketModalCloseable in org.apache.hc.core5.http.impl.nio
Subinterfaces of SocketModalCloseable in org.apache.hc.core5.http.impl.nioModifier and TypeInterfaceDescriptioninterfaceIOEventHandlerthat also exposesHttpConnectionproperties.Classes in org.apache.hc.core5.http.impl.nio that implement SocketModalCloseableModifier and TypeClassDescription(package private) class(package private) classAbstractHttp1StreamDuplexer<IncomingMessage extends HttpMessage,OutgoingMessage extends HttpMessage> classIOEventHandlerthat implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.classI/O event handler for events fired byProtocolIOSessionthat implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.classIOEventHandlerthat implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.classI/O event handler for events fired byProtocolIOSessionthat implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining. -
Uses of SocketModalCloseable in org.apache.hc.core5.http.io
Subinterfaces of SocketModalCloseable in org.apache.hc.core5.http.ioModifier and TypeInterfaceDescriptioninterfaceAbstract blocking HTTP connection interface.interfaceA client-side HTTP connection, which can be used for sending requests and receiving responses.interfaceA server-side HTTP connection, which can be used for receiving requests and sending responses. -
Uses of SocketModalCloseable in org.apache.hc.core5.http2.impl.nio
Classes in org.apache.hc.core5.http2.impl.nio that implement SocketModalCloseableModifier and TypeClassDescription(package private) class(package private) classclassIOEventHandlerthat implements client side HTTP/2 messaging protocol with full support for multiplexed message transmission.classI/O event handler for events fired byProtocolIOSessionthat implements client side of the HTTP/2 protocol negotiation handshake always forcing the choice of HTTP/2.classI/O event handler for events fired byProtocolIOSessionthat implements client side HTTP/2 messaging protocol with full support for multiplexed message transmission.class(package private) classclassIOEventHandlerthat implements server side HTTP/2 messaging protocol with full support for multiplexed message transmission.classI/O event handler for events fired byProtocolIOSessionthat implements server side of the HTTP/2 protocol negotiation handshake.classI/O event handler for events fired byProtocolIOSessionthat implements server side HTTP/2 messaging protocol with full support for multiplexed message transmission. -
Uses of SocketModalCloseable in org.apache.hc.core5.pool
Classes in org.apache.hc.core5.pool with type parameters of type SocketModalCloseableModifier and TypeClassDescriptionfinal classDefaultDisposalCallback<T extends SocketModalCloseable>Default implementation ofDisposalCallback.Methods in org.apache.hc.core5.pool with parameters of type SocketModalCloseableModifier and TypeMethodDescriptionvoidDefaultDisposalCallback.execute(SocketModalCloseable closeable, CloseMode closeMode) -
Uses of SocketModalCloseable in org.apache.hc.core5.reactor
Subinterfaces of SocketModalCloseable in org.apache.hc.core5.reactorModifier and TypeInterfaceDescriptioninterfaceIOSession interface represents a sequence of logically related data exchanges between two end points.interfaceTLS capable, protocol upgradableIOSession.Classes in org.apache.hc.core5.reactor that implement SocketModalCloseableModifier and TypeClassDescription(package private) final class(package private) class -
Uses of SocketModalCloseable in org.apache.hc.core5.reactor.ssl
Classes in org.apache.hc.core5.reactor.ssl that implement SocketModalCloseableModifier and TypeClassDescriptionclassSSLIOSessionis a decorator class intended to transparently extend anIOSessionwith transport layer security capabilities based on the SSL/TLS protocol. -
Uses of SocketModalCloseable in org.apache.hc.core5.testing.classic
Classes in org.apache.hc.core5.testing.classic that implement SocketModalCloseableModifier and TypeClassDescriptionclassclass -
Uses of SocketModalCloseable in org.apache.hc.core5.testing.nio
Classes in org.apache.hc.core5.testing.nio that implement SocketModalCloseable