public class AsyncServerSocketChannel extends AbstractAsyncServerSocketChannel<AsyncServerSocketChannel,AsyncSocketChannel>
| Modifier | Constructor and Description |
|---|---|
protected |
AsyncServerSocketChannel(AsynchronousServerSocketChannel delegate) |
| Modifier and Type | Method and Description |
|---|---|
static AsyncServerSocketChannel |
open(AsynchronousChannelGroup group) |
protected AsyncSocketChannel |
wrap(AsynchronousSocketChannel channel) |
accept, accept, bind, bind, close, getLocalAddress, getOption, isOpen, provider, setOption, supportedOptionsprotected AsyncServerSocketChannel(AsynchronousServerSocketChannel delegate)
public static AsyncServerSocketChannel open(AsynchronousChannelGroup group) throws IOException
IOExceptionprotected AsyncSocketChannel wrap(AsynchronousSocketChannel channel)
wrap in class AbstractAsyncServerSocketChannel<AsyncServerSocketChannel,AsyncSocketChannel>Copyright © 2021. All rights reserved.