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 TypeMethodDescriptionvoid
void
void
void
void
Closes 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 TypeMethodDescriptionvoid
void
(package private) void
AbstractHttp1StreamDuplexer.requestShutdown
(CloseMode closeMode) (package private) void
AbstractHttp1StreamDuplexer.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 void
H2ConnPool.closeSession
(IOSession ioSession, CloseMode closeMode) -
Uses of CloseMode in org.apache.hc.core5.io
Methods in org.apache.hc.core5.io that return CloseModeModifier and TypeMethodDescriptionstatic CloseMode
Returns 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 void
Closer.close
(ModalCloseable closeable, CloseMode closeMode) Closes the given Closeable in a null-safe manner.void
Closes 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 with parameters of type CloseModeModifier and TypeMethodDescriptionvoid
void
void
PoolEntry.discardConnection
(CloseMode closeMode) void
DefaultDisposalCallback.execute
(SocketModalCloseable closeable, CloseMode closeMode) void
void
void
-
Uses of CloseMode in org.apache.hc.core5.reactor
Methods in org.apache.hc.core5.reactor with parameters of type CloseModeModifier and TypeMethodDescriptionfinal void
final void
void
Shuts down the I/O reactor either gracefully or immediately.void
void
void
void
void
Shuts down the I/O reactor either gracefully or immediately.void
void
final void
void
Shuts down the I/O reactor either gracefully or immediately.protected abstract void
AbstractIOSessionPool.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 -
Uses of CloseMode in org.apache.hc.core5.testing.classic
Methods in org.apache.hc.core5.testing.classic with parameters of type CloseMode -
Uses of CloseMode in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio with parameters of type CloseMode