Searched refs:boundPort (Results 1 – 1 of 1) sorted by relevance
216 int boundPort = start(); in startLocal() local217 return InetSocketAddress.createUnresolved(mServer.getInetAddress().getHostAddress(), boundPort); in startLocal()238 int boundPort = start(); in startPublic() local239 return InetSocketAddress.createUnresolved(mServer.getInetAddress().getHostAddress(), boundPort); in startPublic()257 int boundPort = start(); in startAllInterfaces() local258 return InetSocketAddress.createUnresolved(mServer.getInetAddress().getHostAddress(), boundPort); in startAllInterfaces()