Uses of Class
org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase
Packages that use AbstractConnectionInitiatorBase
Package
Description
HTTP/1.1 requester and server bootstrap.
HTTP/2 capable requester and server bootstrap.
-
Uses of AbstractConnectionInitiatorBase in org.apache.hc.core5.http.impl.bootstrap
Subclasses of AbstractConnectionInitiatorBase in org.apache.hc.core5.http.impl.bootstrapModifier and TypeClassDescriptionclassProtocol agnostic client side I/O session initiator.classProtocol agnostic server side I/O session handler.classHTTP/1.1 client side message exchange initiator.classHTTP/1.1 server side message exchange handler. -
Uses of AbstractConnectionInitiatorBase in org.apache.hc.core5.http2.impl.nio.bootstrap
Modifier and TypeClassDescriptionclassClient side message exchange initiator capable of negotiating HTTP/2 or HTTP/1.1 compatible connections.classHTTP/2 multiplexing client side message exchange initiator.