Home
last modified time | relevance | path

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

123

/libcore/ojluni/src/main/java/java/nio/channels/
DServerSocketChannel.java159 public final ServerSocketChannel bind(SocketAddress local) in bind() method in ServerSocketChannel
203 public abstract ServerSocketChannel bind(SocketAddress local, int backlog) in bind() method in ServerSocketChannel
DAsynchronousServerSocketChannel.java195 public final AsynchronousServerSocketChannel bind(SocketAddress local) in bind() method in AsynchronousServerSocketChannel
236 public abstract AsynchronousServerSocketChannel bind(SocketAddress local, int backlog) in bind() method in AsynchronousServerSocketChannel
DNetworkChannel.java87 NetworkChannel bind(SocketAddress local) throws IOException; in bind() method
DDatagramChannel.java220 public abstract DatagramChannel bind(SocketAddress local) in bind() method in DatagramChannel
DSocketChannel.java243 public abstract SocketChannel bind(SocketAddress local) in bind() method in SocketChannel
DAsynchronousSocketChannel.java214 public abstract AsynchronousSocketChannel bind(SocketAddress local) in bind() method in AsynchronousSocketChannel
/libcore/ojluni/src/main/java/sun/nio/ch/
DServerSocketAdaptor.java66 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
DFileDescriptorHolderSocketImpl.java79 protected void bind(InetAddress host, int port) throws IOException { in bind() method in FileDescriptorHolderSocketImpl
DAsynchronousServerSocketChannelImpl.java147 public final AsynchronousServerSocketChannel bind(SocketAddress local, int backlog) in bind() method in AsynchronousServerSocketChannelImpl
DUnixDomainSockets.java111 static void bind(FileDescriptor fd, Path addr) throws IOException { in bind() method in UnixDomainSockets
/libcore/ojluni/annotations/mmodule/java/net/
DServerSocket.annotated.java43 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
DSocketImpl.annotated.java45 protected abstract void bind(java.net.InetAddress host, int port) throws java.io.IOException; in bind() method in SocketImpl
DDatagramSocket.annotated.java46 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/
DMockServerSocketChannel.java60 public ServerSocketChannel bind(SocketAddress local, int backlog) { in bind() method in MockServerSocketChannel
DMockSocketChannel.java111 public SocketChannel bind(SocketAddress local) throws IOException { in bind() method in MockSocketChannel
DMockDatagramChannel.java115 public DatagramChannel bind(SocketAddress local) throws IOException { in bind() method in MockDatagramChannel
/libcore/ojluni/annotations/hiddenapi/java/net/
DServerSocket.java70 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
DSocketImpl.java48 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/
DServerSocket.java352 public void bind(SocketAddress endpoint) throws IOException { in bind() method in ServerSocket
381 public void bind(SocketAddress endpoint, int backlog) throws IOException { in bind() method in ServerSocket
DDatagramSocketImpl.java84 protected abstract void bind(int lport, InetAddress laddr) throws SocketException; in bind() method in DatagramSocketImpl
DSocketImpl.java123 protected abstract void bind(InetAddress host, int port) throws IOException; in bind() method in SocketImpl
/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
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java98 protected void bind(InetAddress address, int port) throws IOException { in bind() method in SocketImplTest.MockSocketImpl
DDatagramSocketImplTest.java95 protected void bind(int port, InetAddress addr) throws SocketException { in bind() method in MockDatagramSocketImpl

123