cc.otavia.handler.ssl.protocol
Members list
Type members
Classlikes
Attributes
- Supertypes
Interface to support Application Protocol Negotiation.
Interface to support Application Protocol Negotiation.
Default implementations are provided for:
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
JDK extension methods to support ApplicationProtocolNegotiator
Common base class for JdkApplicationProtocolNegotiator classes to inherit from.
Common base class for JdkApplicationProtocolNegotiator classes to inherit from.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
A listener to be notified by which protocol was select by its peer. Either the unsupported() OR the selected(String) method will be called for each SSL handshake.
A listener to be notified by which protocol was select by its peer. Either the unsupported() OR the selected(String) method will be called for each SSL handshake.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Factory interface for ProtocolSelectionListener objects.
Factory interface for ProtocolSelectionListener objects.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Interface to define the role of an application protocol selector in the SSL handshake process. Either unsupported() OR select(List) will be called for each SSL handshake.
Interface to define the role of an application protocol selector in the SSL handshake process. Either unsupported() OR select(List) will be called for each SSL handshake.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class NoFailProtocolSelectorclass FailProtocolSelector
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProtocolSelector.type
Factory interface for ProtocolSelector objects.
Factory interface for ProtocolSelector objects.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Abstract factory pattern for wrapping an SSLEngine object. This is useful for NPN/APLN JDK support.
Abstract factory pattern for wrapping an SSLEngine object. This is useful for NPN/APLN JDK support.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class AlpnWrapper