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 InetSocketAddressInetSocketAddress.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 ProxySelectorProxySelector.of(InetSocketAddress proxyAddress) Returns a ProxySelector which uses the given proxy address for all HTTP and HTTPS requests.