Searched defs:AsynchronousSocketChannel (Results 1 – 4 of 4) sorted by relevance
119 CompletionHandler<AsynchronousSocketChannel,Object> handler); in implAccept()130 CompletionHandler<AsynchronousSocketChannel,? super A> handler) in accept()
272 CompletionHandler<AsynchronousSocketChannel,Object> handler) in implAccept()
286 CompletionHandler<AsynchronousSocketChannel,? super A> handler); in accept()
119 public abstract class AsynchronousSocketChannel class130 protected AsynchronousSocketChannel(AsynchronousChannelProvider provider) { in AsynchronousSocketChannel() method in AsynchronousSocketChannel