Package org.apache.hc.core5.net


package org.apache.hc.core5.net
Core network component APIs and utilities.
  • Class
    Description
    Component that holds all details needed to describe a network connection to a host.
    A collection of utilities relating to InetAddresses.
    Endpoint identified by name (usually a fully qualified domain name) and port.
    Percent-encoding mechanism defined in RFC 3986
    Port helper methods.
    Represents authority component of request URI.
    Builder for URI instances.
     
    Deprecated.
    Use URIBuilder to parse and format URIs and WWWFormCodec to parse and format application/x-www-form-urlencoded forms.
    application/x-www-form-urlencoded codec.