Uses of Interface
rocks.xmpp.core.Session
-
Packages that use Session Package Description rocks.xmpp.core.net Provides base classes and interfaces for network and connection related logic.rocks.xmpp.core.session Provides classes related to an XMPP session.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.nio.netty.net Provides connection-related classes based on Netty channels. -
-
Uses of Session in rocks.xmpp.core.net
Constructors in rocks.xmpp.core.net with parameters of type Session Constructor Description ReaderInterceptorChain(Iterable<ReaderInterceptor> readerInterceptors, Session session, Connection connection)
WriterInterceptorChain(Iterable<WriterInterceptor> writerInterceptors, Session session, Connection connection)
-
Uses of Session in rocks.xmpp.core.session
Classes in rocks.xmpp.core.session that implement Session Modifier and Type Class Description class
XmppClient
The base class for establishing an XMPP session with a server, i.e. client-to-server sessions.class
XmppSession
The base class for different kinds of XMPP sessions. -
Uses of Session in rocks.xmpp.core.tls.client
Constructors in rocks.xmpp.core.tls.client with parameters of type Session Constructor Description StartTlsManager(Session session, TcpConnection tcpConnection, ChannelEncryption channelEncryption)
-
Uses of Session in rocks.xmpp.extensions.component.accept
Classes in rocks.xmpp.extensions.component.accept that implement Session Modifier and Type Class Description class
ExternalComponent
An external component session which connects to an XMPP server using the "Jabber Component Protocol". -
Uses of Session in rocks.xmpp.extensions.compress
Constructors in rocks.xmpp.extensions.compress with parameters of type Session Constructor Description CompressionManager(Session session, TcpConnection tcpConnection)
-
Uses of Session in rocks.xmpp.nio.netty.net
Constructors in rocks.xmpp.nio.netty.net with parameters of type Session 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)
-