Home
last modified time | relevance | path

Searched refs:nLocalPort (Results 1 – 1 of 1) sorted by relevance

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiProtocolSocketFactory.java129 …ing sHost, final int nPort, final InetAddress aLocalAddress, final int nLocalPort, final HttpConne… in createSocket() argument
133 return createSocket( sHost, nPort, aLocalAddress, nLocalPort ); in createSocket()
137 aSocket.bind( new InetSocketAddress( aLocalAddress, nLocalPort ) ); in createSocket()

Completed in 22 milliseconds