Home
last modified time | relevance | path

Searched defs:remote (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketAdaptor.java81 public void connect(SocketAddress remote) throws IOException { in connect()
85 public void connect(SocketAddress remote, int timeout) throws IOException { in connect()
155 SocketAddress remote = sc.remoteAddress(); in getInetAddress() local
178 SocketAddress remote = sc.remoteAddress(); in getPort() local
DAsynchronousSocketChannelImpl.java97 InetSocketAddress remote) in AsynchronousSocketChannelImpl()
193 abstract <A> Future<Void> implConnect(SocketAddress remote, in implConnect()
198 public final Future<Void> connect(SocketAddress remote) { in connect()
203 public final <A> void connect(SocketAddress remote, in connect()
DDatagramSocketAdaptor.java69 private void connectInternal(SocketAddress remote) in connectInternal()
105 public void connect(SocketAddress remote) throws SocketException { in connect()
DUnixAsynchronousSocketChannelImpl.java124 InetSocketAddress remote) in UnixAsynchronousSocketChannelImpl()
311 <A> Future<Void> implConnect(SocketAddress remote, in implConnect()
DUnixAsynchronousServerSocketChannelImpl.java227 final InetSocketAddress remote, in finishAccept()
DSocketChannelImpl.java163 FileDescriptor fd, InetSocketAddress remote) in SocketChannelImpl()
/libcore/ojluni/src/main/java/java/nio/channels/
DSocketChannel.java184 public static SocketChannel open(SocketAddress remote) in open()
389 public abstract boolean connect(SocketAddress remote) throws IOException; in connect()
DDatagramChannel.java297 public abstract DatagramChannel connect(SocketAddress remote) in connect()