ProtocolSelectorFactory

cc.otavia.handler.ssl.protocol.ProtocolSelectorFactory
See theProtocolSelectorFactory companion object

Factory interface for ProtocolSelector objects.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def newSelector(engine: SSLEngine, supportedProtocols: Set[String]): ProtocolSelector

Generate a new instance of ProtocolSelector.

Generate a new instance of ProtocolSelector.

Value parameters

engine

The SSLEngine that the returned ProtocolSelector will be used to create an instance for.

supportedProtocols

The protocols that are supported.

Attributes

Returns

A new instance of ProtocolSelector.