Searched defs:implAccept (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DAsynchronousServerSocketChannelImpl.java118 implAccept(Object attachment, method in class:AsynchronousServerSocketChannelImpl
124 return implAccept(null, null);
134 implAccept(attachment, (CompletionHandler<AsynchronousSocketChannel,Object>)handler);
H A DUnixAsynchronousServerSocketChannelImpl.java271 Future<AsynchronousSocketChannel> implAccept(Object att, method in class:UnixAsynchronousServerSocketChannelImpl
/libcore/ojluni/src/main/java/java/net/
H A DServerSocket.java515 implAccept(s);
523 * return from implAccept the FooSocket will be connected to a client.
535 protected final void implAccept(Socket s) throws IOException { method in class:ServerSocket

Completed in 563 milliseconds