Uses of Interface
org.jivesoftware.openfire.Connection
Packages that use Connection
Package
Description
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
Connection Manager implementation.
Classes used for server-to-server communication.
-
Uses of Connection in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire with parameters of type ConnectionModifier and TypeMethodDescriptionSessionManager.createClientSession(Connection conn, Locale language) Creates a newClientSession.SessionManager.createClientSession(Connection conn, StreamID id) Creates a newClientSessionwith the specified streamID.SessionManager.createClientSession(Connection conn, StreamID id, Locale language) Creates a newClientSessionwith the specified streamID.SessionManager.createComponentSession(org.xmpp.packet.JID address, Connection conn) SessionManager.createIncomingServerSession(Connection conn, StreamID id, String fromDomain) Creates a session for a remote server.SessionManager.createMultiplexerSession(Connection conn, org.xmpp.packet.JID address) Creates a newConnectionMultiplexerSession. -
Uses of Connection in org.jivesoftware.openfire.http
Classes in org.jivesoftware.openfire.http that implement ConnectionModifier and TypeClassDescriptionstatic classA virtual server connection relates to a http session which its self can relate to many http connections. -
Uses of Connection in org.jivesoftware.openfire.multiplex
Classes in org.jivesoftware.openfire.multiplex that implement ConnectionModifier and TypeClassDescriptionclassRepresents a connection of a Client Session that was established to a Connection Manager. -
Uses of Connection in org.jivesoftware.openfire.net
Classes in org.jivesoftware.openfire.net that implement ConnectionModifier and TypeClassDescriptionclassA partial implementation of theConnectioninterface, implementing functionality that's commonly shared by Connection implementations.classDeprecated.Old, pre NIO / MINA code.classAbstract implementation of the Connection interface that models abstract connections.Fields in org.jivesoftware.openfire.net declared as ConnectionMethods in org.jivesoftware.openfire.net with parameters of type ConnectionModifier and TypeMethodDescriptionprotected voidClientStanzaHandler.createSession(String serverName, org.xmlpull.v1.XmlPullParser xpp, Connection connection) Constructors in org.jivesoftware.openfire.net with parameters of type ConnectionModifierConstructorDescriptionClientStanzaHandler(PacketRouter router, Connection connection) ComponentStanzaHandler(PacketRouter router, Connection connection) MultiplexerStanzaHandler(PacketRouter router, Connection connection) RespondingServerStanzaHandler(PacketRouter router, Connection connection, DomainPair domainPair) Creates a dedicated reader for a socket.ServerStanzaHandler(PacketRouter router, Connection connection, boolean directTLS) StanzaHandler(PacketRouter router, Connection connection) Creates a dedicated reader for a socket. -
Uses of Connection in org.jivesoftware.openfire.nio
Classes in org.jivesoftware.openfire.nio that implement ConnectionModifier and TypeClassDescriptionclassImplementation ofConnectioninterface specific for Netty connections. -
Uses of Connection in org.jivesoftware.openfire.server
Methods in org.jivesoftware.openfire.server with parameters of type ConnectionModifier and TypeMethodDescriptionstatic booleanServerDialback.verifyReceivedKey(org.dom4j.Element doc, Connection connection) Verifies the key sent by a Receiving Server.Constructors in org.jivesoftware.openfire.server with parameters of type ConnectionModifierConstructorDescriptionServerDialback(Connection connection, DomainPair domainPair) Creates a new instance that will be used for creatingIncomingServerSession, validating subsequent domains or authenticating new domains. -
Uses of Connection in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as ConnectionModifier and TypeFieldDescriptionprotected ConnectionLocalSession.connThe connection that this session represents.Methods in org.jivesoftware.openfire.session that return ConnectionModifier and TypeMethodDescriptionLocalComponentSession.getConnection()Returns the connection associated with this Session.LocalConnectionMultiplexerSession.getConnection()Returns the connection associated with this Session.LocalServerSession.getConnection()Returns the connection associated with this Session.LocalSession.getConnection()Returns the connection associated with this Session.Methods in org.jivesoftware.openfire.session with parameters of type ConnectionModifier and TypeMethodDescriptionstatic LocalClientSessionLocalClientSession.createSession(String serverName, org.xmlpull.v1.XmlPullParser xpp, Connection connection) Returns a newly created session between the server and a client.static LocalComponentSessionLocalComponentSession.createSession(String serverName, org.xmlpull.v1.XmlPullParser xpp, Connection connection) Returns a newly created session between the server and a component.LocalConnectionMultiplexerSession.createSession(String serverName, org.xmlpull.v1.XmlPullParser xpp, Connection connection) static LocalIncomingServerSessionLocalIncomingServerSession.createSession(String serverName, org.xmlpull.v1.XmlPullParser xpp, Connection connection, boolean directTLS, boolean doNotSendXMPPStream) Creates a new session that will receive packets.static booleanLocalClientSession.isAllowed(Connection connection) static booleanLocalClientSession.isAllowedAnonymous(Connection connection) Constructors in org.jivesoftware.openfire.session with parameters of type ConnectionModifierConstructorDescriptionLocalClientSession(String serverName, Connection connection, StreamID streamID, Locale language) Creates a session with an underlying connection and permission protection.LocalComponentSession(String serverName, Connection conn, StreamID id) LocalConnectionMultiplexerSession(String serverName, Connection connection, StreamID streamID) LocalExternalComponent(LocalComponentSession session, Connection connection) LocalIncomingServerSession(String serverName, Connection connection, StreamID streamID, String fromDomain) LocalOutgoingServerSession(String localDomain, Connection connection, OutgoingServerSocketReader socketReader, StreamID streamID) LocalOutgoingServerSession(String localDomain, Connection connection, StreamID streamID) LocalServerSession(String serverName, Connection connection, StreamID streamID) LocalSession(String serverName, Connection connection, StreamID streamID, Locale language) Creates a session with an underlying connection and permission protection. -
Uses of Connection in org.jivesoftware.openfire.websocket
Classes in org.jivesoftware.openfire.websocket that implement ConnectionModifier and TypeClassDescriptionclassFollowing the conventions of the BOSH implementation, this class extendsVirtualConnectionand delegates the expected XMPP connection behaviors to the correspondingWebSocketClientConnectionHandler.Methods in org.jivesoftware.openfire.websocket with parameters of type ConnectionModifier and TypeMethodDescriptionprotected voidWebSocketClientStanzaHandler.createSession(String serverName, org.xmlpull.v1.XmlPullParser xpp, Connection connection)