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. -
-
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)
-