ProtocolSelectionListenerFactory

cc.otavia.handler.ssl.protocol.ProtocolSelectionListenerFactory
See theProtocolSelectionListenerFactory companion object

Factory interface for ProtocolSelectionListener objects.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def newListener(engine: SSLEngine, supportedProtocols: List[String]): ProtocolSelectionListener

Generate a new instance of ProtocolSelectionListener.

Generate a new instance of ProtocolSelectionListener.

Value parameters

engine

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

supportedProtocols

The protocols that are supported in preference order.

Attributes

Returns

A new instance of ProtocolSelectionListener.