Searched defs:dstPort (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DSocket.java93 * @param dstPort
107 private void tryAllAddresses(String dstName, int dstPort, InetAddress argument
117 checkDestination(dstAddress, dstPort);
118 startupSocket(dstAddress, dstPort, localAddress, localPort, streaming);
127 checkDestination(dstAddress, dstPort);
128 startupSocket(dstAddress, dstPort, localAddress, localPort, streaming);
133 * the parameters {@code dstName} and {@code dstPort}. The socket is bound
142 * @param dstPort
149 public Socket(String dstName, int dstPort) throws UnknownHostException, IOException { argument
150 this(dstName, dstPort, nul
176 Socket(String dstName, int dstPort, InetAddress localAddress, int localPort) argument
223 Socket(InetAddress dstAddress, int dstPort) argument
248 Socket(InetAddress dstAddress, int dstPort, InetAddress localAddress, int localPort) argument
302 checkDestination(InetAddress destAddr, int dstPort) argument
574 startupSocket(InetAddress dstAddress, int dstPort, InetAddress localAddress, int localPort, boolean streaming) argument
[all...]

Completed in 699 milliseconds