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