Uses of Package
rocks.xmpp.core.stream
-
Packages that use rocks.xmpp.core.stream 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.sasl Provides classes for SASL Negotiation (authentication).rocks.xmpp.core.session Provides classes related to an XMPP session.rocks.xmpp.core.stream Provides classes for XML Streams, especially Stream Negotiation.rocks.xmpp.core.stream.client Provides classes for client-side stream negotiation.rocks.xmpp.core.tls.client Provides classes for client-side STARTTLS negotiation.rocks.xmpp.extensions.component.accept Provides classes for XEP-0114: Jabber Component Protocol.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 Provides classes for XEP-0198: Stream Management.rocks.xmpp.extensions.sm.client rocks.xmpp.nio.netty.net Provides connection-related classes based on Netty channels.rocks.xmpp.websocket.net Provides connection-related classes for the XMPP Subprotocol for WebSocket. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.core.net Class Description StreamHandler A functional interface for handling inbound stream elements which are read from a connection. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.core.net.client Class Description StreamHandler A functional interface for handling inbound stream elements which are read from a connection. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.core.sasl Class Description StreamNegotiationException An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.core.session Class Description StreamHandler A functional interface for handling inbound stream elements which are read from a connection. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.core.stream Class Description StreamNegotiationException An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.StreamNegotiationResult Represents the status of the feature negotiation. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.core.stream.client Class Description StreamFeatureNegotiator An interface for various stream negotiators, either from client perspective or server perspective.StreamHandler A functional interface for handling inbound stream elements which are read from a connection.StreamNegotiationException An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.core.tls.client Class Description StreamFeatureNegotiator An interface for various stream negotiators, either from client perspective or server perspective.StreamNegotiationException An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.StreamNegotiationResult Represents the status of the feature negotiation. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.extensions.component.accept Class Description StreamHandler A functional interface for handling inbound stream elements which are read from a connection. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.extensions.compress Class Description StreamFeatureNegotiator An interface for various stream negotiators, either from client perspective or server perspective.StreamNegotiationException An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.StreamNegotiationResult Represents the status of the feature negotiation. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.extensions.httpbind Class Description StreamHandler A functional interface for handling inbound stream elements which are read from a connection. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.extensions.sm Class Description StreamFeatureNegotiator An interface for various stream negotiators, either from client perspective or server perspective.StreamNegotiationException An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.StreamNegotiationResult Represents the status of the feature negotiation. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.extensions.sm.client Class Description StreamFeatureNegotiator An interface for various stream negotiators, either from client perspective or server perspective.StreamNegotiationException An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.StreamNegotiationResult Represents the status of the feature negotiation. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.nio.netty.net Class Description StreamHandler A functional interface for handling inbound stream elements which are read from a connection. -
Classes in rocks.xmpp.core.stream used by rocks.xmpp.websocket.net Class Description StreamHandler A functional interface for handling inbound stream elements which are read from a connection.