public static interface JdkApplicationProtocolNegotiator.SslEngineWrapperFactory
SSLEngine object. This is useful for NPN/APLN JDK support.| Modifier and Type | Method and Description |
|---|---|
SSLEngine |
wrapSslEngine(SSLEngine engine,
JdkApplicationProtocolNegotiator applicationNegotiator,
boolean isServer)
Abstract factory pattern for wrapping an
SSLEngine object. |
SSLEngine wrapSslEngine(SSLEngine engine, JdkApplicationProtocolNegotiator applicationNegotiator, boolean isServer)
SSLEngine object. This is useful for NPN/APLN support.engine - The engine to wrap.applicationNegotiator - The application level protocol negotiatorisServer - true if the engine is for server side of connectionsfalse if the engine is for client side of connectionsengine.Copyright © 2008–2015 The Netty Project. All rights reserved.