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 - AsynchronousSocketChanneltioServer - TioServerpublic void failed(Throwable exc, TioServer tioServer)
failed in interface CompletionHandler<AsynchronousSocketChannel,TioServer>exc - ThrowabletioServer - TioServerCopyright © 2024. All rights reserved.