Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 22 of 22) sorted by relevance

/libcore/luni/src/main/java/java/nio/
DServerSocketChannelImpl.java114 @Override public void bind(SocketAddress localAddress, int backlog) throws IOException { in bind() method in ServerSocketChannelImpl.ServerSocketAdapter
157 @Override public void bind(SocketAddress localAddress) throws IOException { in bind() method in ServerSocketChannelImpl.ServerSocketAdapter
DDatagramChannelImpl.java540 public void bind(SocketAddress localAddr) throws SocketException { in bind() method in DatagramChannelImpl.DatagramSocketAdapter
DSocketChannelImpl.java530 public void bind(SocketAddress localAddr) throws IOException { in bind() method in SocketChannelImpl.SocketAdapter
/libcore/luni/src/main/java/java/net/
DServerSocket.java280 public void bind(SocketAddress localAddr) throws IOException { in bind() method in ServerSocket
297 public void bind(SocketAddress localAddr, int backlog) throws IOException { in bind() method in ServerSocket
DDatagramSocketImpl.java58 protected abstract void bind(int port, InetAddress addr) throws SocketException; in bind() method in DatagramSocketImpl
DSocketImpl.java87 protected abstract void bind(InetAddress address, int port) throws IOException; in bind() method in SocketImpl
DPlainDatagramSocketImpl.java67 @Override public void bind(int port, InetAddress address) throws SocketException { in bind() method in PlainDatagramSocketImpl
DDatagramSocket.java443 public void bind(SocketAddress localAddr) throws SocketException { in bind() method in DatagramSocket
DPlainSocketImpl.java149 @Override protected void bind(InetAddress address, int port) throws IOException { in bind() method in PlainSocketImpl
DSocket.java740 public void bind(SocketAddress localAddr) throws IOException { in bind() method in Socket
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java129 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in OldSocketImplFactoryTest.MockSocketImpl
DOldDatagramSocketImplFactoryTest.java134 protected void bind(int arg0, InetAddress arg1) throws SocketException { in bind() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
DOldServerSocketTest.java352 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java153 @Override protected void bind(InetAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldDatagramSocketTest.java1071 protected void bind(int arg0, InetAddress arg1) throws SocketException {} in test_sendLjava_net_DatagramPacket() method in OldDatagramSocketTest.testDatagramSocketImpl
2025 protected void bind(int arg0, InetAddress arg1) throws SocketException { in bind() method in OldDatagramSocketTest.TestDatagramSocketImpl
DOldSocketTest.java2201 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in OldSocketTest.MockSocketImpl
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketImplWrapper.java54 public void bind(SocketAddress sockaddr) throws IOException { in bind() method in OpenSSLSocketImplWrapper
DSSLSocketWrapper.java75 public void bind(SocketAddress sockaddr) throws IOException { in bind() method in SSLSocketWrapper
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java73 … public static void bind(FileDescriptor fd, InetAddress address, int port) throws SocketException { in bind() method in IoBridge
DOs.java31 …public void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, SocketEx… in bind() method
DForwardingOs.java40 …public void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, SocketEx… in bind() method in ForwardingOs
DPosix.java34 …public native void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, S… in bind() method in Posix