Package org.apache.hc.core5.net
Core network component APIs and utilities.
-
Interface Summary Interface Description NamedEndpoint Endpoint identified by name (usually a fully qualified domain name) and port. -
Class Summary Class Description Host Component that holds all details needed to describe a network connection to a host.InetAddressUtils A collection of utilities relating to InetAddresses.PercentCodec Percent-encoding mechanism defined in RFC 3986Ports Port helper methods.URIAuthority Represents authority component of requestURI
.URIBuilder Builder forURI
instances.URISupport URLEncodedUtils Deprecated. UseURIBuilder
to parse and formatURI
s andWWWFormCodec
to parse and formatapplication/x-www-form-urlencoded
forms.WWWFormCodec application/x-www-form-urlencoded
codec.