public class AcceptHandler extends Object implements CompletionHandler<AsynchronousSocketChannel,AioServer>
| Constructor and Description |
|---|
AcceptHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(AsynchronousSocketChannel socketChannel,
AioServer aioServer) |
void |
failed(Throwable exc,
AioServer aioServer) |
public void completed(AsynchronousSocketChannel socketChannel, AioServer aioServer)
completed in interface CompletionHandler<AsynchronousSocketChannel,AioServer>public void failed(Throwable exc, AioServer aioServer)
failed in interface CompletionHandler<AsynchronousSocketChannel,AioServer>Copyright © 2025. All rights reserved.