Uses of Interface
rocks.xmpp.core.net.ConnectionConfiguration
-
Packages that use ConnectionConfiguration 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.extensions.httpbind Provides classes for 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.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 ConnectionConfiguration in rocks.xmpp.core.net
Methods in rocks.xmpp.core.net that return ConnectionConfiguration Modifier and Type Method Description ConnectionConfigurationAbstractConnection. getConfiguration()ConnectionConfigurationConnection. getConfiguration()Gets the configuration used to create this connection. -
Uses of ConnectionConfiguration in rocks.xmpp.core.net.client
Classes in rocks.xmpp.core.net.client that implement ConnectionConfiguration Modifier and Type Class Description classClientConnectionConfigurationA base class for connection configurations.classSocketConnectionConfigurationDeprecated, for removal: This API element is subject to removal in a future version.classTcpConnectionConfigurationA configuration for a TCP connection. -
Uses of ConnectionConfiguration in rocks.xmpp.extensions.httpbind
Classes in rocks.xmpp.extensions.httpbind that implement ConnectionConfiguration Modifier and Type Class Description classBoshConnectionConfigurationA configuration for a BOSH connection. -
Uses of ConnectionConfiguration in rocks.xmpp.nio.netty.client
Classes in rocks.xmpp.nio.netty.client that implement ConnectionConfiguration Modifier and Type Class Description classNettyTcpConnectionConfigurationDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConnectionConfiguration in rocks.xmpp.nio.netty.net
Constructors in rocks.xmpp.nio.netty.net with parameters of type ConnectionConfiguration Constructor Description NettyChannelConnection(io.netty.channel.Channel channel, StreamHandler streamHandler, Session session, List<ReaderInterceptor> readerInterceptors, Function<Locale,javax.xml.bind.Unmarshaller> unmarshallerSupplier, List<WriterInterceptor> writerInterceptors, Supplier<javax.xml.bind.Marshaller> marshallerSupplier, Consumer<Throwable> onException, ConnectionConfiguration connectionConfiguration) -
Uses of ConnectionConfiguration in rocks.xmpp.websocket.net
Constructors in rocks.xmpp.websocket.net with parameters of type ConnectionConfiguration Constructor Description JakartaWebSocketConnection(javax.websocket.Session session, ConnectionConfiguration connectionConfiguration, StreamHandler streamHandler, Consumer<Throwable> onException, CompletionStage<Void> closeFuture, javax.websocket.MessageHandler.Whole<StreamElement> messageHandler)Creates -
Uses of ConnectionConfiguration in rocks.xmpp.websocket.net.client
Classes in rocks.xmpp.websocket.net.client that implement ConnectionConfiguration Modifier and Type Class Description classWebSocketConnectionConfigurationA configuration for a WebSocket connection.
-