Package rocks.xmpp.core.net
Interface ConnectionConfiguration
-
- All Known Implementing Classes:
BoshConnectionConfiguration
,ClientConnectionConfiguration
,NettyTcpConnectionConfiguration
,SocketConnectionConfiguration
,TcpConnectionConfiguration
,WebSocketConnectionConfiguration
public interface ConnectionConfiguration
Generic connection configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelEncryption
getChannelEncryption()
Gets the channel encryption mode used for the connection, which indicates, if and how the connection is to be secured.SSLContext
getSSLContext()
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.
-
-