Package rocks.xmpp.core.net
Provides base classes and interfaces for network and connection related logic.
-
Interface Summary Interface Description Connection Represents a bi-directional XMPP connection.ConnectionConfiguration Generic connection configuration.ReaderInterceptor InterceptsStreamElement
s after reading them from the wire.WriterInterceptor InterceptsStreamElement
s before writing them to the wire. -
Class Summary Class Description AbstractConnection An abstract connection implementation.ReaderInterceptorChain An interceptor chain, which manages the sequential processing of multiple interceptors.TcpConnection Defines characteristics of a TCP binding, like stream encryption via TLS and stream compression.WriterInterceptorChain An interceptor chain, which manages the sequential processing of multiple interceptors. -
Enum Summary Enum Description ChannelEncryption Represents different channel encryption modes.