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)
AsynchronousChannelGroup
group
- the AsynchronousChannelGroup
public AsynchronousSocketChannelStreamFactoryFactory build()
AsynchronousSocketChannelStreamFactoryFactory
.