/libcore/ojluni/src/main/java/java/nio/channels/ |
D | ServerSocketChannel.java | 154 public final ServerSocketChannel bind(SocketAddress local) in bind() method in ServerSocketChannel 198 public abstract ServerSocketChannel bind(SocketAddress local, int backlog) in bind() method in ServerSocketChannel
|
D | AsynchronousServerSocketChannel.java | 190 public final AsynchronousServerSocketChannel bind(SocketAddress local) in bind() method in AsynchronousServerSocketChannel 231 public abstract AsynchronousServerSocketChannel bind(SocketAddress local, int backlog) in bind() method in AsynchronousServerSocketChannel
|
D | NetworkChannel.java | 87 NetworkChannel bind(SocketAddress local) throws IOException; in bind() method
|
D | SocketChannel.java | 238 public abstract SocketChannel bind(SocketAddress local) in bind() method in SocketChannel
|
D | DatagramChannel.java | 215 public abstract DatagramChannel bind(SocketAddress local) in bind() method in DatagramChannel
|
D | AsynchronousSocketChannel.java | 209 public abstract AsynchronousSocketChannel bind(SocketAddress local) in bind() method in AsynchronousSocketChannel
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | ServerSocketAdaptor.java | 66 public void bind(SocketAddress local) throws IOException { in bind() method in ServerSocketAdaptor 70 public void bind(SocketAddress local, int backlog) throws IOException { in bind() method in ServerSocketAdaptor
|
D | FileDescriptorHolderSocketImpl.java | 77 protected void bind(InetAddress host, int port) throws IOException { in bind() method in FileDescriptorHolderSocketImpl
|
D | AsynchronousServerSocketChannelImpl.java | 147 public final AsynchronousServerSocketChannel bind(SocketAddress local, int backlog) in bind() method in AsynchronousServerSocketChannelImpl
|
D | DatagramSocketAdaptor.java | 87 public void bind(SocketAddress local) throws SocketException { in bind() method in DatagramSocketAdaptor
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | ServerSocket.annotated.java | 43 public void bind(java.net.SocketAddress endpoint) throws java.io.IOException { throw new RuntimeExc… in bind() method in ServerSocket 45 public void bind(java.net.SocketAddress endpoint, int backlog) throws java.io.IOException { throw n… in bind() method in ServerSocket
|
D | SocketImpl.annotated.java | 45 protected abstract void bind(java.net.InetAddress host, int port) throws java.io.IOException; in bind() method in SocketImpl
|
D | DatagramSocket.annotated.java | 46 public synchronized void bind(java.net.SocketAddress addr) throws java.net.SocketException { throw … in bind() method in DatagramSocket
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | MockServerSocketChannel.java | 60 public ServerSocketChannel bind(SocketAddress local, int backlog) { in bind() method in MockServerSocketChannel
|
D | MockSocketChannel.java | 111 public SocketChannel bind(SocketAddress local) throws IOException { in bind() method in MockSocketChannel
|
D | MockDatagramChannel.java | 115 public DatagramChannel bind(SocketAddress local) throws IOException { in bind() method in MockDatagramChannel
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | ServerSocket.java | 70 public void bind(java.net.SocketAddress endpoint) throws java.io.IOException { in bind() method in ServerSocket 74 public void bind(java.net.SocketAddress endpoint, int backlog) throws java.io.IOException { in bind() method in ServerSocket
|
D | SocketImpl.java | 48 protected abstract void bind(java.net.InetAddress host, int port) throws java.io.IOException; in bind() method in SocketImpl
|
/libcore/ojluni/src/main/java/java/net/ |
D | ServerSocket.java | 330 public void bind(SocketAddress endpoint) throws IOException { in bind() method in ServerSocket 359 public void bind(SocketAddress endpoint, int backlog) throws IOException { in bind() method in ServerSocket
|
D | DatagramSocketImpl.java | 84 protected abstract void bind(int lport, InetAddress laddr) throws SocketException; in bind() method in DatagramSocketImpl
|
D | SocketImpl.java | 122 protected abstract void bind(InetAddress host, int port) throws IOException; in bind() method in SocketImpl
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketImplFactoryTest.java | 129 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in OldSocketImplFactoryTest.MockSocketImpl
|
D | OldDatagramSocketImplFactoryTest.java | 134 protected void bind(int arg0, InetAddress arg1) throws SocketException { in bind() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | DatagramSocketImplTest.java | 67 protected void bind(int port, InetAddress addr) throws SocketException { in bind() method in MockDatagramSocketImpl
|
D | SocketImplTest.java | 98 protected void bind(InetAddress address, int port) throws IOException { in bind() method in SocketImplTest.MockSocketImpl
|