Uses of Class
org.apache.hc.core5.http.URIScheme
-
Packages that use URIScheme Package Description org.apache.hc.core5.http Core HTTP transport component APIs.org.apache.hc.core5.http.impl.bootstrap 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 URIScheme Modifier and Type Field Description static URIScheme
HttpHost. DEFAULT_SCHEME
The default scheme is "http".Methods in org.apache.hc.core5.http that return URIScheme Modifier and Type Method Description static URIScheme
URIScheme. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static URIScheme[]
URIScheme. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of URIScheme in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type URIScheme Modifier and Type Method Description java.util.concurrent.Future<ListenerEndpoint>
HttpAsyncServer. listen(java.net.SocketAddress address, URIScheme scheme)
java.util.concurrent.Future<ListenerEndpoint>
HttpAsyncServer. listen(java.net.SocketAddress address, URIScheme scheme, java.lang.Object attachment, FutureCallback<ListenerEndpoint> callback)
java.util.concurrent.Future<ListenerEndpoint>
HttpAsyncServer. listen(java.net.SocketAddress address, URIScheme scheme, FutureCallback<ListenerEndpoint> callback)
-