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.net.client Provides classes for client side connection configuration and establishment.rocks.xmpp.core.stream.model Provides XML schema implementations of the Stream Namespace, like Stream Features.rocks.xmpp.extensions.httpbind Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.rocks.xmpp.extensions.httpbind.model Provides XML schema implementations of XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.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.websocket.model Provides XML schema implementations of XMPP Subprotocol for WebSocket.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. -
-
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.net.client
Methods in rocks.xmpp.core.net.client with parameters of type SessionOpen Modifier and Type Method Description CompletableFuture<Connection>
SocketConnector. connect(XmppSession xmppSession, TcpConnectionConfiguration configuration, SessionOpen sessionOpen)
CompletableFuture<Connection>
TransportConnector. connect(XmppSession xmppSession, T configuration, SessionOpen sessionOpen)
Establishes a connection using the transport protocol specific configuration.abstract CompletableFuture<Connection>
ClientConnectionConfiguration. createConnection(XmppSession xmppSession, SessionOpen sessionOpen)
A factory method to create the connection.CompletableFuture<Connection>
SocketConnectionConfiguration. createConnection(XmppSession xmppSession, SessionOpen sessionOpen)
Deprecated, for removal: This API element is subject to removal in a future version.CompletableFuture<Connection>
TcpConnectionConfiguration. createConnection(XmppSession xmppSession, SessionOpen sessionOpen)
CompletionStage<Void>
SocketConnection. open(SessionOpen sessionOpen)
-
Uses of SessionOpen in rocks.xmpp.core.stream.model
Classes in rocks.xmpp.core.stream.model that implement SessionOpen Modifier and Type Class Description class
StreamHeader
Represents the XMPP stream header. -
Uses of SessionOpen in rocks.xmpp.extensions.httpbind
Methods in rocks.xmpp.extensions.httpbind with parameters of type SessionOpen Modifier and Type Method Description CompletableFuture<Connection>
HttpClientConnector. connect(XmppSession xmppSession, BoshConnectionConfiguration configuration, SessionOpen sessionOpen)
CompletableFuture<Connection>
HttpUrlConnector. connect(XmppSession xmppSession, BoshConnectionConfiguration configuration, SessionOpen sessionOpen)
CompletableFuture<Connection>
BoshConnectionConfiguration. createConnection(XmppSession xmppSession, SessionOpen sessionOpen)
CompletionStage<Void>
BoshConnection. open(SessionOpen sessionOpen)
-
Uses of SessionOpen in rocks.xmpp.extensions.httpbind.model
Classes in rocks.xmpp.extensions.httpbind.model that implement SessionOpen Modifier and Type Class Description class
Body
The implementation of the<body/>
element in thehttp://jabber.org/protocol/httpbind
namespace. -
Uses of SessionOpen in rocks.xmpp.nio.netty.client
Methods in rocks.xmpp.nio.netty.client with parameters of type SessionOpen Modifier and Type Method Description CompletableFuture<Connection>
NettyChannelConnector. connect(XmppSession xmppSession, TcpConnectionConfiguration configuration, SessionOpen sessionOpen)
CompletableFuture<Connection>
NettyTcpConnectionConfiguration. createConnection(XmppSession xmppSession, SessionOpen sessionOpen)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SessionOpen in rocks.xmpp.nio.netty.net
Methods in rocks.xmpp.nio.netty.net with parameters of type SessionOpen Modifier and Type Method Description CompletionStage<Void>
NettyChannelConnection. open(SessionOpen sessionOpen)
-
Uses of SessionOpen in rocks.xmpp.websocket.model
Classes in rocks.xmpp.websocket.model that implement SessionOpen Modifier and Type Class Description class
Open
The implementation of the<open/>
element in theurn:ietf:params:xml:ns:xmpp-framing
namespace. -
Uses of SessionOpen in rocks.xmpp.websocket.net
Methods in rocks.xmpp.websocket.net with parameters of type SessionOpen Modifier and Type Method Description CompletionStage<Void>
WebSocketConnection. open(SessionOpen sessionOpen)
-
Uses of SessionOpen in rocks.xmpp.websocket.net.client
Methods in rocks.xmpp.websocket.net.client with parameters of type SessionOpen Modifier and Type Method Description CompletableFuture<Connection>
HttpClientWebSocketConnector. connect(XmppSession xmppSession, WebSocketConnectionConfiguration configuration, SessionOpen sessionOpen)
CompletableFuture<Connection>
JakartaWebSocketConnector. connect(XmppSession xmppSession, WebSocketConnectionConfiguration configuration, SessionOpen sessionOpen)
CompletableFuture<Connection>
WebSocketConnectionConfiguration. createConnection(XmppSession xmppSession, SessionOpen sessionOpen)
-