Uses of Class
java.net.InetSocketAddress
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal | |
| java.net | |
| libcore.io | |
| org.apache.http.impl.conn |
-
Uses of InetSocketAddress in com.squareup.okhttp
Methods in com.squareup.okhttp that return InetSocketAddress Modifier and Type Method Description InetSocketAddressRoute. getSocketAddress()Returns theInetSocketAddressof this route.Constructors in com.squareup.okhttp with parameters of type InetSocketAddress Constructor Description Route(Address address, Proxy proxy, InetSocketAddress inetSocketAddress, boolean modernTls) -
Uses of InetSocketAddress in com.squareup.okhttp.internal
Methods in com.squareup.okhttp.internal with parameters of type InetSocketAddress Modifier and Type Method Description voidPlatform. connectSocket(Socket socket, InetSocketAddress address, int connectTimeout) -
Uses of InetSocketAddress in java.net
Methods in java.net that return InetSocketAddress Modifier and Type Method Description static InetSocketAddressInetSocketAddress. createUnresolved(String host, int port)Creates anInetSocketAddresswithout trying to resolve the hostname into anInetAddress. -
Uses of InetSocketAddress in libcore.io
Methods in libcore.io with parameters of type InetSocketAddress Modifier and Type Method Description FileDescriptorBlockGuardOs. accept(FileDescriptor fd, InetSocketAddress peerAddress)FileDescriptorForwardingOs. accept(FileDescriptor fd, InetSocketAddress peerAddress)FileDescriptorOs. accept(FileDescriptor fd, InetSocketAddress peerAddress)FileDescriptorPosix. accept(FileDescriptor fd, InetSocketAddress peerAddress)intBlockGuardOs. recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress)intBlockGuardOs. recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress)intForwardingOs. recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress)intForwardingOs. recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress)intOs. recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress)intOs. recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress)intPosix. recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetSocketAddress srcAddress)intPosix. recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress) -
Uses of InetSocketAddress in org.apache.http.impl.conn
Methods in org.apache.http.impl.conn with parameters of type InetSocketAddress Modifier and Type Method Description protected StringProxySelectorRoutePlanner. getHost(InetSocketAddress isa)Obtains a host from anInetSocketAddress.