Uses of Interface
org.jivesoftware.openfire.session.ServerSession
-
Packages that use ServerSession Package Description org.jivesoftware.openfire.session -
-
Uses of ServerSession in org.jivesoftware.openfire.session
Subinterfaces of ServerSession in org.jivesoftware.openfire.session Modifier and Type Interface Description interfaceIncomingServerSessionServer-to-server communication is done using two TCP connections between the servers.interfaceOutgoingServerSessionServer-to-server communication is done using two TCP connections between the servers.Classes in org.jivesoftware.openfire.session that implement ServerSession Modifier and Type Class Description classLocalIncomingServerSessionServer-to-server communication is done using two TCP connections between the servers.classLocalOutgoingServerSessionServer-to-server communication is done using two TCP connections between the servers.classLocalServerSession
-