Uses of Class
org.miaixz.bus.http.Address
Packages that use Address
Package
Description
An HTTP client for Java applications.
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides internal metrics and standards for the HTTP client.
-
Uses of Address in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return AddressModifier and TypeMethodDescriptionRoute.address()Returns the address configuration for the target server.Constructors in org.miaixz.bus.http with parameters of type AddressModifierConstructorDescriptionRoute(Address address, Proxy proxy, InetSocketAddress inetSocketAddress) Constructs a newRouteinstance. -
Uses of Address in org.miaixz.bus.http.accord
Constructors in org.miaixz.bus.http.accord with parameters of type AddressModifierConstructorDescriptionRouteSelector(Address address, RouteDatabase routeDatabase, NewCall call, EventListener eventListener) -
Uses of Address in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric with parameters of type AddressModifier and TypeMethodDescriptionabstract booleanInternal.equalsNonHost(Address a, Address b) Checks if twoAddressinstances are equal, ignoring the host.