Uses of Class
org.jivesoftware.openfire.multiplex.Route
-
Packages that use Route Package Description org.jivesoftware.openfire.multiplex Connection Manager implementation. -
-
Uses of Route in org.jivesoftware.openfire.multiplex
Methods in org.jivesoftware.openfire.multiplex that return Route Modifier and Type Method Description RouteRoute. createCopy()Returns a deep copy of this route packet.Methods in org.jivesoftware.openfire.multiplex with parameters of type Route Modifier and Type Method Description voidMultiplexerPacketHandler. route(Route route)Processes a route packet that is wrapping a stanza sent by a client that is connected to the connection manager.Constructors in org.jivesoftware.openfire.multiplex with parameters of type Route Constructor Description Route(Route route)
-