public final class StartTlsManager extends ClientStreamFeatureNegotiator<StartTls>
Negotiates transport layer security during stream negotiation.
| Constructor and Description |
|---|
StartTlsManager(XmppSession xmppSession,
TcpBinding tcpBinding,
ChannelEncryption channelEncryption) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcess(java.lang.Object element) |
StreamNegotiationResult |
processNegotiation(java.lang.Object element) |
getFeatureClassisEnabled, setEnabledpublic StartTlsManager(XmppSession xmppSession, TcpBinding tcpBinding, ChannelEncryption channelEncryption)
public StreamNegotiationResult processNegotiation(java.lang.Object element) throws StreamNegotiationException
StreamNegotiationExceptionpublic boolean canProcess(java.lang.Object element)
Copyright © 2014–2018 XMPP.rocks. All rights reserved.