/libcore/ojluni/src/main/java/java/nio/channels/ |
D | NetworkChannel.java | 104 SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method
|
D | ServerSocketChannel.java | 290 public abstract SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method in ServerSocketChannel
|
D | AsynchronousServerSocketChannel.java | 327 public abstract SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method in AsynchronousServerSocketChannel
|
D | DatagramChannel.java | 590 public abstract SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method in DatagramChannel
|
D | SocketChannel.java | 524 public abstract SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method in SocketChannel
|
D | AsynchronousSocketChannel.java | 686 public abstract SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method in AsynchronousSocketChannel
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | MockServerSocketChannel.java | 75 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in MockServerSocketChannel
|
D | MockSocketChannel.java | 126 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in MockSocketChannel
|
D | MockDatagramChannel.java | 136 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in MockDatagramChannel
|
D | SocketChannelTest.java | 3849 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in SocketChannelTest.MockSocketChannel
|
/libcore/ojluni/src/main/java/sun/net/ |
D | NetworkClient.java | 200 protected InetAddress getLocalAddress() throws IOException { in getLocalAddress() method in NetworkClient
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | AsynchronousServerSocketChannelImpl.java | 173 public final SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in AsynchronousServerSocketChannelImpl
|
D | DatagramSocketAdaptor.java | 226 public InetAddress getLocalAddress() { in getLocalAddress() method in DatagramSocketAdaptor
|
D | ServerSocketChannelImpl.java | 115 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in ServerSocketChannelImpl
|
D | SocketAdaptor.java | 163 public InetAddress getLocalAddress() { in getLocalAddress() method in SocketAdaptor
|
D | SocketChannelImpl.java | 187 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in SocketChannelImpl
|
D | AsynchronousSocketChannelImpl.java | 447 public final SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in AsynchronousSocketChannelImpl
|
D | DatagramChannelImpl.java | 192 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in DatagramChannelImpl
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | DatagramSocket.annotated.java | 70 public java.net.InetAddress getLocalAddress() { throw new RuntimeException("Stub!"); } in getLocalAddress() method in DatagramSocket
|
D | Socket.annotated.java | 66 public java.net.InetAddress getLocalAddress() { throw new RuntimeException("Stub!"); } in getLocalAddress() method in Socket
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | DatagramSocket.java | 127 public java.net.InetAddress getLocalAddress() { in getLocalAddress() method in DatagramSocket
|
D | Socket.java | 141 public java.net.InetAddress getLocalAddress() { in getLocalAddress() method in Socket
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | OldSocketChannelTest.java | 450 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in OldSocketChannelTest.MockSocketChannel
|
/libcore/ojluni/src/main/java/java/net/ |
D | DatagramSocket.java | 882 public InetAddress getLocalAddress() { in getLocalAddress() method in DatagramSocket
|
D | Socket.java | 745 public InetAddress getLocalAddress() { in getLocalAddress() method in Socket
|