Searched refs:implAccept (Results 1 – 8 of 8) 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
537 implAccept(s); in accept()557 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()
5912 method protected final void implAccept(java.net.Socket) throws java.io.IOException;