Interface StreamFactoryFactory

All Known Implementing Classes:
AsynchronousSocketChannelStreamFactoryFactory, NettyStreamFactoryFactory, TlsChannelStreamFactoryFactory

@Deprecated public interface StreamFactoryFactory
Deprecated.
There is no replacement for this interface.
A factory of StreamFactory instances.
Since:
3.1
  • Method Summary

    Modifier and Type
    Method
    Description
    create(SocketSettings socketSettings, SslSettings sslSettings)
    Deprecated.
    Create a StreamFactory with the given settings.
  • Method Details

    • create

      StreamFactory create(SocketSettings socketSettings, SslSettings sslSettings)
      Deprecated.
      Create a StreamFactory with the given settings.
      Parameters:
      socketSettings - the socket settings
      sslSettings - the SSL settings
      Returns:
      a stream factory that will apply the given settins