public interface SSLSessionInitializer
| Modifier and Type | Method and Description | 
|---|---|
| void | initialize(NamedEndpoint endpoint,
          SSLEngine sslEngine)Triggered when the SSL connection is being initialized. | 
void initialize(NamedEndpoint endpoint, SSLEngine sslEngine)
SSLEngine
 used to establish the SSL session.endpoint - the endpoint name for a client side session or null
                 for a server side session.sslEngine - the SSL engine.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.