Uses of Interface
org.jivesoftware.openfire.PacketDeliverer
-
Packages that use PacketDeliverer Package Description org.jivesoftware.openfire org.jivesoftware.openfire.handler IQ class implementations.org.jivesoftware.openfire.http Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).org.jivesoftware.openfire.multiplex Connection Manager implementation.org.jivesoftware.openfire.net org.jivesoftware.openfire.nio org.jivesoftware.openfire.spi org.jivesoftware.openfire.websocket -
-
Uses of PacketDeliverer in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return PacketDeliverer Modifier and Type Method Description PacketDelivererConnection. getPacketDeliverer()Returns the packet deliverer to use when delivering a packet over the socket fails.PacketDelivererXMPPServer. getPacketDeliverer()Returns thePacketDelivererregistered with this server. -
Uses of PacketDeliverer in org.jivesoftware.openfire.handler
Fields in org.jivesoftware.openfire.handler declared as PacketDeliverer Modifier and Type Field Description protected PacketDelivererIQHandler. deliverer -
Uses of PacketDeliverer in org.jivesoftware.openfire.http
Constructors in org.jivesoftware.openfire.http with parameters of type PacketDeliverer Constructor Description HttpSession(PacketDeliverer backupDeliverer, String serverName, StreamID streamID, HttpConnection connection, Locale language) -
Uses of PacketDeliverer in org.jivesoftware.openfire.multiplex
Classes in org.jivesoftware.openfire.multiplex that implement PacketDeliverer Modifier and Type Class Description classMultiplexerPacketDelivererFallback method used bySocketConnectionwhen connected to a connection manager. -
Uses of PacketDeliverer in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that return PacketDeliverer Modifier and Type Method Description PacketDelivererSocketConnection. getPacketDeliverer()Deprecated.PacketDelivererVirtualConnection. getPacketDeliverer()Constructors in org.jivesoftware.openfire.net with parameters of type PacketDeliverer Constructor Description SocketConnection(PacketDeliverer backupDeliverer, Socket socket, boolean isSecure)Deprecated.Create a new session using the supplied socket. -
Uses of PacketDeliverer in org.jivesoftware.openfire.nio
Classes in org.jivesoftware.openfire.nio that implement PacketDeliverer Modifier and Type Class Description classOfflinePacketDelivererFallback method used byNIOConnectionwhen a connection fails to send aPacket(likely because it was closed).Methods in org.jivesoftware.openfire.nio that return PacketDeliverer Modifier and Type Method Description PacketDelivererNIOConnection. getPacketDeliverer()Constructors in org.jivesoftware.openfire.nio with parameters of type PacketDeliverer Constructor Description NIOConnection(org.apache.mina.core.session.IoSession session, PacketDeliverer packetDeliverer, ConnectionConfiguration configuration) -
Uses of PacketDeliverer in org.jivesoftware.openfire.spi
Classes in org.jivesoftware.openfire.spi that implement PacketDeliverer Modifier and Type Class Description classPacketDelivererImplIn-memory implementation of the packet deliverer service -
Uses of PacketDeliverer in org.jivesoftware.openfire.websocket
Methods in org.jivesoftware.openfire.websocket that return PacketDeliverer Modifier and Type Method Description PacketDelivererWebSocketConnection. getPacketDeliverer()
-