public class AcceptCompletionHandler extends Object implements CompletionHandler<AsynchronousSocketChannel,TioServer>
| Constructor and Description |
|---|
AcceptCompletionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(AsynchronousSocketChannel asynchronousSocketChannel,
TioServer tioServer) |
void |
failed(Throwable exc,
TioServer tioServer) |
public void completed(AsynchronousSocketChannel asynchronousSocketChannel, TioServer tioServer)
completed in interface CompletionHandler<AsynchronousSocketChannel,TioServer>asynchronousSocketChannel - tioServer - public void failed(Throwable exc, TioServer tioServer)
failed in interface CompletionHandler<AsynchronousSocketChannel,TioServer>exc - tioServer - Copyright © 2021. All rights reserved.