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