public class AcceptCompletionHandler extends Object implements CompletionHandler<AsynchronousSocketChannel,TioServer>
| 构造器和说明 |
|---|
AcceptCompletionHandler() |
public void completed(AsynchronousSocketChannel asynchronousSocketChannel, TioServer tioServer)
completed 在接口中 CompletionHandler<AsynchronousSocketChannel,TioServer>asynchronousSocketChannel - tioServer - public void failed(Throwable exc, TioServer tioServer)
failed 在接口中 CompletionHandler<AsynchronousSocketChannel,TioServer>exc - tioServer - Copyright © 2019. All rights reserved.