Package rocks.xmpp.core.net
Interface ConnectionConfiguration
-
- All Known Implementing Classes:
BoshConnectionConfiguration,ClientConnectionConfiguration,NettyTcpConnectionConfiguration,SocketConnectionConfiguration,TcpConnectionConfiguration,WebSocketConnectionConfiguration
public interface ConnectionConfigurationGeneric connection configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelEncryptiongetChannelEncryption()Gets the channel encryption mode used for the connection, which indicates, if and how the connection is to be secured.SSLContextgetSSLContext()Gets the SSL context.
-
-
-
Method Detail
-
getChannelEncryption
ChannelEncryption getChannelEncryption()
Gets the channel encryption mode used for the connection, which indicates, if and how the connection is to be secured.- Returns:
- The channel encryption mode.
-
getSSLContext
SSLContext getSSLContext()
Gets the SSL context.- Returns:
- The SSL context.
-
-