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

/openjdk7/jdk/src/share/classes/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);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousServerSocketChannelImpl.java248 Future<AsynchronousSocketChannel> implAccept(Object att, method in class:UnixAsynchronousServerSocketChannelImpl
/openjdk7/jdk/src/share/classes/java/net/
H A DServerSocket.java498 implAccept(s);
506 * return from implAccept the FooSocket will be connected to a client.
518 protected final void implAccept(Socket s) throws IOException { method in class:ServerSocket
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java291 Future<AsynchronousSocketChannel> implAccept(Object attachment, method in class:WindowsAsynchronousServerSocketChannelImpl

Completed in 34 milliseconds