Uses of Class
java.net.InetSocketAddress
Packages that use InetSocketAddress
-
Uses of InetSocketAddress in java.net
Methods in java.net that return InetSocketAddressModifier and TypeMethodDescriptionstatic InetSocketAddress
InetSocketAddress.createUnresolved
(String host, int port) Creates an unresolved socket address from a hostname and a port number.Methods in java.net with parameters of type InetSocketAddressModifier and TypeMethodDescriptionstatic ProxySelector
ProxySelector.of
(InetSocketAddress proxyAddress) Returns a ProxySelector which uses the given proxy address for all HTTP and HTTPS requests.