Uses of Interface
rocks.xmpp.core.session.model.SessionOpen
-
Packages that use SessionOpen Package Description rocks.xmpp.core.net Provides base classes and interfaces for network and connection related logic.rocks.xmpp.core.stream.model Provides XML schema implementations of the Stream Namespace, like Stream Features.rocks.xmpp.extensions.httpbind.model Provides XML schema implementations of XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH. -
-
Uses of SessionOpen in rocks.xmpp.core.net
Methods in rocks.xmpp.core.net with parameters of type SessionOpen Modifier and Type Method Description CompletionStage<Void>Connection. open(SessionOpen sessionOpen)Opens the XML stream to the peer entity. -
Uses of SessionOpen in rocks.xmpp.core.stream.model
Classes in rocks.xmpp.core.stream.model that implement SessionOpen Modifier and Type Class Description classStreamHeaderRepresents the XMPP stream header. -
Uses of SessionOpen in rocks.xmpp.extensions.httpbind.model
Classes in rocks.xmpp.extensions.httpbind.model that implement SessionOpen Modifier and Type Class Description classBodyThe implementation of the<body/>element in thehttp://jabber.org/protocol/httpbindnamespace.
-