Searched refs:socketBind (Results 1 – 3 of 3) sorted by relevance
63 void socketBind(java.net.InetAddress address, int port) throws java.io.IOException { in socketBind() method in PlainSocketImpl
427 socketBind(address, lport); in bind()770 abstract void socketBind(InetAddress address, int port) in socketBind() method in AbstractPlainSocketImpl
157 void socketBind(InetAddress address, int port) throws IOException { in socketBind() method in PlainSocketImpl