public class SslFacadeContext extends Object
| Constructor and Description |
|---|
SslFacadeContext(ChannelContext channelContext) |
SslFacadeContext(ChannelContext channelContext,
SslConfig sslConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginHandshake()
beginHandshake
|
ChannelContext |
getChannelContext() |
SSLContext |
getSslContext() |
ISSLFacade |
getSslFacade() |
boolean |
isHandshakeCompleted() |
void |
setHandshakeCompleted(boolean isHandshakeCompleted) |
public SslFacadeContext(ChannelContext channelContext)
public SslFacadeContext(ChannelContext channelContext, SslConfig sslConfig)
public void beginHandshake()
throws Exception
Exception - Exceptionpublic boolean isHandshakeCompleted()
public void setHandshakeCompleted(boolean isHandshakeCompleted)
public ChannelContext getChannelContext()
public SSLContext getSslContext()
public ISSLFacade getSslFacade()
Copyright © 2024. All rights reserved.