public static final class AsynchronousSocketChannelStreamFactoryFactory.Builder extends Object
AsynchronousSocketChannelStreamFactoryFactory
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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
.