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 PacketDeliverer
Connection. getPacketDeliverer()
Returns the packet deliverer to use when delivering a packet over the socket fails.PacketDeliverer
XMPPServer. getPacketDeliverer()
Returns thePacketDeliverer
registered 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 PacketDeliverer
IQHandler. deliverer
-
Uses of PacketDeliverer in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http that return PacketDeliverer Modifier and Type Method Description PacketDeliverer
HttpSession.HttpVirtualConnection. getPacketDeliverer()
Constructors in org.jivesoftware.openfire.http with parameters of type PacketDeliverer Constructor Description HttpVirtualConnection(InetAddress address, PacketDeliverer backupDeliverer, ConnectionType connectionType)
-
Uses of PacketDeliverer in org.jivesoftware.openfire.multiplex
Classes in org.jivesoftware.openfire.multiplex that implement PacketDeliverer Modifier and Type Class Description class
MultiplexerPacketDeliverer
Fallback method used byNettyConnection
when 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 PacketDeliverer
SocketConnection. getPacketDeliverer()
Deprecated.PacketDeliverer
VirtualConnection. getPacketDeliverer()
Constructors in org.jivesoftware.openfire.net with parameters of type PacketDeliverer Constructor Description SocketConnection(PacketDeliverer backupDeliverer, Socket socket, boolean isEncrypted)
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 class
OfflinePacketDeliverer
Fallback method used byNettyConnection
when 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 PacketDeliverer
NettyConnection. getPacketDeliverer()
Constructors in org.jivesoftware.openfire.nio with parameters of type PacketDeliverer Constructor Description NettyConnection(io.netty.channel.ChannelHandlerContext channelHandlerContext, 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 class
PacketDelivererImpl
In-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 PacketDeliverer
WebSocketConnection. getPacketDeliverer()
Constructors in org.jivesoftware.openfire.websocket with parameters of type PacketDeliverer Constructor Description WebSocketConnection(WebSocketClientConnectionHandler socket, PacketDeliverer backupDeliverer, InetSocketAddress remotePeer)
-