Searched defs:remote (Results 1 – 8 of 8) sorted by relevance
81 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() local178 SocketAddress remote = sc.remoteAddress(); in getPort() local
97 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()
69 private void connectInternal(SocketAddress remote) in connectInternal()105 public void connect(SocketAddress remote) throws SocketException { in connect()
124 InetSocketAddress remote) in UnixAsynchronousSocketChannelImpl()311 <A> Future<Void> implConnect(SocketAddress remote, in implConnect()
227 final InetSocketAddress remote, in finishAccept()
163 FileDescriptor fd, InetSocketAddress remote) in SocketChannelImpl()
184 public static SocketChannel open(SocketAddress remote) in open()389 public abstract boolean connect(SocketAddress remote) throws IOException; in connect()
297 public abstract DatagramChannel connect(SocketAddress remote) in connect()