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 TypeMethodDescriptionvoidvoid(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
Methods 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 with parameters of type CloseModeModifier and TypeMethodDescriptionvoidvoidvoidPoolEntry.discardConnection(CloseMode closeMode) voidDefaultDisposalCallback.execute(SocketModalCloseable closeable, CloseMode closeMode) voidvoidvoid -
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 -
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