Uses of Enum
org.apache.hc.core5.io.CloseMode
Packages that use CloseMode
Package
Description
HTTP/1.1 requester and server bootstrap.
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.
Commands for HTTP transports based on asynchronous, event driven I/O model.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
HTTP/2 specific pool component APIs.
Core I/O component APIs and utilities.
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 CloseMode in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type CloseModeModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidCloses this process or endpoint and releases any system resources associated with it. -
Uses of CloseMode in org.apache.hc.core5.http.impl.io
Methods in org.apache.hc.core5.http.impl.io with parameters of type CloseMode -
Uses of CloseMode in org.apache.hc.core5.http.impl.nio
Methods in org.apache.hc.core5.http.impl.nio with parameters of type CloseModeModifier and TypeMethodDescriptionvoidvoidvoidvoid(package private) voidAbstractHttp1StreamDuplexer.requestShutdown(CloseMode closeMode) (package private) voidAbstractHttp1StreamDuplexer.shutdownSession(CloseMode closeMode) -
Uses of CloseMode in org.apache.hc.core5.http.nio.command
Fields in org.apache.hc.core5.http.nio.command declared as CloseModeMethods in org.apache.hc.core5.http.nio.command that return CloseModeConstructors in org.apache.hc.core5.http.nio.command with parameters of type CloseMode -
Uses of CloseMode in org.apache.hc.core5.http2.impl.nio
Methods in org.apache.hc.core5.http2.impl.nio with parameters of type CloseMode -
Uses of CloseMode in org.apache.hc.core5.http2.nio.pool
Methods in org.apache.hc.core5.http2.nio.pool with parameters of type CloseModeModifier and TypeMethodDescriptionprotected voidH2ConnPool.closeSession(IOSession ioSession, CloseMode closeMode) -
Uses of CloseMode in org.apache.hc.core5.io
Subclasses with type arguments of type CloseMode in org.apache.hc.core5.ioMethods in org.apache.hc.core5.io that return CloseModeModifier and TypeMethodDescriptionstatic CloseModeReturns the enum constant of this type with the specified name.static CloseMode[]CloseMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.core5.io with parameters of type CloseModeModifier and TypeMethodDescriptionstatic voidCloser.close(ModalCloseable closeable, CloseMode closeMode) Closes the given Closeable in a null-safe manner.voidCloses this process or endpoint and releases any system resources associated with it. -
Uses of CloseMode in org.apache.hc.core5.pool
Methods in org.apache.hc.core5.pool that return CloseModeModifier and TypeMethodDescriptionprivate CloseModeRouteSegmentedConnPool.orImmediate(CloseMode m) Methods in org.apache.hc.core5.pool with parameters of type CloseModeModifier and TypeMethodDescriptionvoidvoidvoidprivate voidRouteSegmentedConnPool.discardAndDecr(PoolEntry<R, C> p, CloseMode mode) voidPoolEntry.discardConnection(CloseMode closeMode) private voidRouteSegmentedConnPool.discardEntry(PoolEntry<R, C> p, CloseMode preferred) Dispose a pool entry's connection asynchronously if possible; under pressure fall back to IMMEDIATE on caller.voidDefaultDisposalCallback.execute(SocketModalCloseable closeable, CloseMode closeMode) voidprivate CloseModeRouteSegmentedConnPool.orImmediate(CloseMode m) voidvoid -
Uses of CloseMode in org.apache.hc.core5.reactor
Methods in org.apache.hc.core5.reactor with parameters of type CloseModeModifier and TypeMethodDescriptionfinal voidfinal voidvoidShuts down the I/O reactor either gracefully or immediately.voidvoidvoidvoidvoidShuts down the I/O reactor either gracefully or immediately.voidvoidfinal voidvoidShuts down the I/O reactor either gracefully or immediately.protected abstract voidAbstractIOSessionPool.closeSession(IOSession ioSession, CloseMode closeMode) -
Uses of CloseMode in org.apache.hc.core5.reactor.ssl
Methods in org.apache.hc.core5.reactor.ssl with parameters of type CloseMode