Uses of Class
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
Packages that use AsyncRequester
Package
Description
HTTP/1.1 requester and server bootstrap.
HTTP/2 capable requester and server bootstrap.
-
Uses of AsyncRequester in org.apache.hc.core5.http.impl.bootstrap
Subclasses of AsyncRequester in org.apache.hc.core5.http.impl.bootstrapModifier and TypeClassDescriptionclass
HTTP/1.1 client side message exchange initiator. -
Uses of AsyncRequester in org.apache.hc.core5.http2.impl.nio.bootstrap
Subclasses of AsyncRequester in org.apache.hc.core5.http2.impl.nio.bootstrapModifier and TypeClassDescriptionclass
Client side message exchange initiator capable of negotiating HTTP/2 or HTTP/1.1 compatible connections.class
HTTP/2 multiplexing client side message exchange initiator.