public class AsynchronousSocketChannelStreamFactoryFactory extends Object implements StreamFactoryFactory
StreamFactoryFactory
implementation for AsynchronousSocketChannel-based streams.AsynchronousSocketChannel
Constructor and Description |
---|
AsynchronousSocketChannelStreamFactoryFactory() |
Modifier and Type | Method and Description |
---|---|
StreamFactory |
create(SocketSettings socketSettings,
SslSettings sslSettings)
Create a
StreamFactory with the given settings. |
public AsynchronousSocketChannelStreamFactoryFactory()
public StreamFactory create(SocketSettings socketSettings, SslSettings sslSettings)
StreamFactoryFactory
StreamFactory
with the given settings.create
in interface StreamFactoryFactory
socketSettings
- the socket settingssslSettings
- the SSL settings