public static final class AsynchronousSocketChannelStreamFactoryFactory.Builder extends Object
AsynchronousSocketChannelStreamFactoryFactory.| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
AsynchronousSocketChannelStreamFactoryFactory |
build() |
Build an instance of
AsynchronousSocketChannelStreamFactoryFactory. |
AsynchronousSocketChannelStreamFactoryFactory.Builder |
group(AsynchronousChannelGroup group) |
Sets the
AsynchronousChannelGroup |
public AsynchronousSocketChannelStreamFactoryFactory.Builder group(AsynchronousChannelGroup group)
AsynchronousChannelGroupgroup - the AsynchronousChannelGrouppublic AsynchronousSocketChannelStreamFactoryFactory build()
AsynchronousSocketChannelStreamFactoryFactory.