Uses of Enum
org.apache.hc.core5.http.URIScheme
Packages that use URIScheme
Package
Description
Core HTTP transport component APIs.
HTTP/1.1 requester and server bootstrap.
-
Uses of URIScheme in org.apache.hc.core5.http
Fields in org.apache.hc.core5.http declared as URISchemeModifier and TypeFieldDescriptionstatic final URIScheme
HttpHost.DEFAULT_SCHEME
The default scheme is "http".Methods in org.apache.hc.core5.http that return URIScheme -
Uses of URIScheme in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type URISchemeModifier and TypeMethodDescriptionHttpAsyncServer.listen
(SocketAddress address, URIScheme scheme) HttpAsyncServer.listen
(SocketAddress address, URIScheme scheme, Object attachment, FutureCallback<ListenerEndpoint> callback) HttpAsyncServer.listen
(SocketAddress address, URIScheme scheme, FutureCallback<ListenerEndpoint> callback)