cc.otavia.handler.ssl.protocol.AlpnWrapper
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Abstract factory pattern for wrapping an SSLEngine object. This is useful for NPN/APLN support.
Abstract factory pattern for wrapping an SSLEngine object. This is useful for NPN/APLN support.
Value parameters
-
applicationNegotiator
-
The application level protocol negotiator
-
engine
-
The engine to wrap.
-
isServer
-
true
if the engine is for server side of connections
false
if the engine is for client side of connections
Attributes
-
Returns
-
The resulting wrapped engine. This may just be engine.
-
Definition Classes
-