public class AcceptCompletionHandler extends Object implements CompletionHandler<AsynchronousSocketChannel,AioServerSocket>
| Constructor and Description |
|---|
AcceptCompletionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(AsynchronousSocketChannel socketChannel,
AioServerSocket serverSocket) |
void |
failed(Throwable exc,
AioServerSocket attachment) |
public void completed(AsynchronousSocketChannel socketChannel, AioServerSocket serverSocket)
completed in interface CompletionHandler<AsynchronousSocketChannel,AioServerSocket>public void failed(Throwable exc, AioServerSocket attachment)
failed in interface CompletionHandler<AsynchronousSocketChannel,AioServerSocket>Copyright © 2019 Voovan. All rights reserved.