Searched refs:nLocalPort (Results 1 – 1 of 1) sorted by relevance
129 …ing sHost, final int nPort, final InetAddress aLocalAddress, final int nLocalPort, final HttpConne… in createSocket() argument133 return createSocket( sHost, nPort, aLocalAddress, nLocalPort ); in createSocket()137 aSocket.bind( new InetSocketAddress( aLocalAddress, nLocalPort ) ); in createSocket()
Completed in 5 milliseconds