Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/channels/
DNetworkChannel.java104 SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method
DServerSocketChannel.java290 public abstract SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method in ServerSocketChannel
DAsynchronousServerSocketChannel.java327 public abstract SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method in AsynchronousServerSocketChannel
DDatagramChannel.java590 public abstract SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method in DatagramChannel
DSocketChannel.java524 public abstract SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method in SocketChannel
DAsynchronousSocketChannel.java686 public abstract SocketAddress getLocalAddress() throws IOException; in getLocalAddress() method in AsynchronousSocketChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockServerSocketChannel.java75 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in MockServerSocketChannel
DMockSocketChannel.java126 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in MockSocketChannel
DMockDatagramChannel.java136 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in MockDatagramChannel
DSocketChannelTest.java3849 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in SocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/sun/net/
DNetworkClient.java200 protected InetAddress getLocalAddress() throws IOException { in getLocalAddress() method in NetworkClient
/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousServerSocketChannelImpl.java173 public final SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in AsynchronousServerSocketChannelImpl
DDatagramSocketAdaptor.java226 public InetAddress getLocalAddress() { in getLocalAddress() method in DatagramSocketAdaptor
DServerSocketChannelImpl.java115 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in ServerSocketChannelImpl
DSocketAdaptor.java163 public InetAddress getLocalAddress() { in getLocalAddress() method in SocketAdaptor
DSocketChannelImpl.java187 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in SocketChannelImpl
DAsynchronousSocketChannelImpl.java447 public final SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in AsynchronousSocketChannelImpl
DDatagramChannelImpl.java192 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in DatagramChannelImpl
/libcore/ojluni/annotations/mmodule/java/net/
DDatagramSocket.annotated.java70 public java.net.InetAddress getLocalAddress() { throw new RuntimeException("Stub!"); } in getLocalAddress() method in DatagramSocket
DSocket.annotated.java66 public java.net.InetAddress getLocalAddress() { throw new RuntimeException("Stub!"); } in getLocalAddress() method in Socket
/libcore/ojluni/annotations/hiddenapi/java/net/
DDatagramSocket.java127 public java.net.InetAddress getLocalAddress() { in getLocalAddress() method in DatagramSocket
DSocket.java141 public java.net.InetAddress getLocalAddress() { in getLocalAddress() method in Socket
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java450 public SocketAddress getLocalAddress() throws IOException { in getLocalAddress() method in OldSocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/java/net/
DDatagramSocket.java882 public InetAddress getLocalAddress() { in getLocalAddress() method in DatagramSocket
DSocket.java745 public InetAddress getLocalAddress() { in getLocalAddress() method in Socket