Uses of Package
rocks.xmpp.core.net
-
Packages that use rocks.xmpp.core.net Package Description rocks.xmpp.core.net Provides base classes and interfaces for network and connection related logic.rocks.xmpp.core.net.client Provides classes for client side connection configuration and establishment.rocks.xmpp.core.session Provides classes related to an XMPP session.rocks.xmpp.core.session.debug Provides classes for debugging an XMPP session.rocks.xmpp.core.tls.client Provides classes for client-side STARTTLS negotiation.rocks.xmpp.extensions.compress Provides classes for XEP-0138: Stream Compression.rocks.xmpp.extensions.httpbind Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.rocks.xmpp.extensions.sm.client rocks.xmpp.nio.codec Provides classes for en- and decoding XMPP objects to and from a stream of byte buffers.rocks.xmpp.nio.netty.client Provides classes for a client-to-server NIO connection using the Netty framework.rocks.xmpp.nio.netty.net Provides connection-related classes based on Netty channels.rocks.xmpp.util Utility classes.rocks.xmpp.websocket.net Provides connection-related classes for the XMPP Subprotocol for WebSocket.rocks.xmpp.websocket.net.client Client classes for establishing a WebSocket connection. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.core.net Class Description AbstractConnection An abstract connection implementation.ChannelEncryption Represents different channel encryption modes.Connection Represents a bi-directional XMPP connection.ConnectionConfiguration Generic connection configuration.ReaderInterceptor InterceptsStreamElement
s after reading them from the wire.ReaderInterceptorChain An interceptor chain, which manages the sequential processing of multiple interceptors.WriterInterceptor InterceptsStreamElement
s before writing them to the wire.WriterInterceptorChain An interceptor chain, which manages the sequential processing of multiple interceptors. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.core.net.client Class Description AbstractConnection An abstract connection implementation.ChannelEncryption Represents different channel encryption modes.Connection Represents a bi-directional XMPP connection.ConnectionConfiguration Generic connection configuration.TcpConnection Defines characteristics of a TCP binding, like stream encryption via TLS and stream compression. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.core.session Class Description Connection Represents a bi-directional XMPP connection.ReaderInterceptor InterceptsStreamElement
s after reading them from the wire.WriterInterceptor InterceptsStreamElement
s before writing them to the wire. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.core.session.debug Class Description ReaderInterceptor InterceptsStreamElement
s after reading them from the wire.ReaderInterceptorChain An interceptor chain, which manages the sequential processing of multiple interceptors.WriterInterceptor InterceptsStreamElement
s before writing them to the wire.WriterInterceptorChain An interceptor chain, which manages the sequential processing of multiple interceptors. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.core.tls.client Class Description ChannelEncryption Represents different channel encryption modes.TcpConnection Defines characteristics of a TCP binding, like stream encryption via TLS and stream compression. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.extensions.compress Class Description TcpConnection Defines characteristics of a TCP binding, like stream encryption via TLS and stream compression. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.extensions.httpbind Class Description AbstractConnection An abstract connection implementation.Connection Represents a bi-directional XMPP connection.ConnectionConfiguration Generic connection configuration. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.extensions.sm.client Class Description WriterInterceptor InterceptsStreamElement
s before writing them to the wire.WriterInterceptorChain An interceptor chain, which manages the sequential processing of multiple interceptors. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.nio.codec Class Description ReaderInterceptor InterceptsStreamElement
s after reading them from the wire.ReaderInterceptorChain An interceptor chain, which manages the sequential processing of multiple interceptors. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.nio.netty.client Class Description Connection Represents a bi-directional XMPP connection.ConnectionConfiguration Generic connection configuration. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.nio.netty.net Class Description AbstractConnection An abstract connection implementation.Connection Represents a bi-directional XMPP connection.ConnectionConfiguration Generic connection configuration.ReaderInterceptor InterceptsStreamElement
s after reading them from the wire.TcpConnection Defines characteristics of a TCP binding, like stream encryption via TLS and stream compression. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.util Class Description ReaderInterceptor InterceptsStreamElement
s after reading them from the wire.ReaderInterceptorChain An interceptor chain, which manages the sequential processing of multiple interceptors.WriterInterceptor InterceptsStreamElement
s before writing them to the wire.WriterInterceptorChain An interceptor chain, which manages the sequential processing of multiple interceptors. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.websocket.net Class Description AbstractConnection An abstract connection implementation.Connection Represents a bi-directional XMPP connection.ConnectionConfiguration Generic connection configuration. -
Classes in rocks.xmpp.core.net used by rocks.xmpp.websocket.net.client Class Description Connection Represents a bi-directional XMPP connection.ConnectionConfiguration Generic connection configuration.