Searched refs:implAccept (Results 1 – 7 of 7) sorted by relevance
118 implAccept(Object attachment, in implAccept() method in AsynchronousServerSocketChannelImpl124 return implAccept(null, null); in accept()134 implAccept(attachment, (CompletionHandler<AsynchronousSocketChannel,Object>)handler); in accept()
271 Future<AsynchronousSocketChannel> implAccept(Object att, in implAccept() method in UnixAsynchronousServerSocketChannelImpl
58 protected final void implAccept(java.net.Socket s) throws java.io.IOException { throw new RuntimeEx… in implAccept() method in ServerSocket
515 implAccept(s); in accept()535 protected final void implAccept(Socket s) throws IOException { in implAccept() method in ServerSocket
94 protected final void implAccept(java.net.Socket s) throws java.io.IOException { in implAccept() method in ServerSocket
57 implAccept(socket); in testImplAccept_detectsClosedState()
989 super.implAccept(s); in mockImplAccept()