Uses of Interface
org.jivesoftware.openfire.PacketDeliverer
Packages that use PacketDeliverer
Package
Description
IQ class implementations.
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
Connection Manager implementation.
-
Uses of PacketDeliverer in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return PacketDelivererModifier and TypeMethodDescriptionConnection.getPacketDeliverer()Returns the packet deliverer to use when delivering a packet over the socket fails.XMPPServer.getPacketDeliverer()Returns thePacketDelivererregistered with this server. -
Uses of PacketDeliverer in org.jivesoftware.openfire.handler
Fields in org.jivesoftware.openfire.handler declared as PacketDeliverer -
Uses of PacketDeliverer in org.jivesoftware.openfire.http
Methods in org.jivesoftware.openfire.http that return PacketDelivererConstructors in org.jivesoftware.openfire.http with parameters of type PacketDelivererModifierConstructorDescriptionHttpVirtualConnection(InetAddress address, PacketDeliverer backupDeliverer, ConnectionType connectionType) -
Uses of PacketDeliverer in org.jivesoftware.openfire.multiplex
Classes in org.jivesoftware.openfire.multiplex that implement PacketDelivererModifier and TypeClassDescriptionclassFallback method used byNettyConnectionwhen connected to a connection manager. -
Uses of PacketDeliverer in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that return PacketDelivererModifier and TypeMethodDescriptionSocketConnection.getPacketDeliverer()Deprecated.VirtualConnection.getPacketDeliverer()Constructors in org.jivesoftware.openfire.net with parameters of type PacketDelivererModifierConstructorDescriptionSocketConnection(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 PacketDelivererModifier and TypeClassDescriptionclassFallback method used byNettyConnectionwhen a connection fails to send aPacket(likely because it was closed).Methods in org.jivesoftware.openfire.nio that return PacketDelivererConstructors in org.jivesoftware.openfire.nio with parameters of type PacketDelivererModifierConstructorDescriptionNettyConnection(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 PacketDelivererModifier and TypeClassDescriptionclassIn-memory implementation of the packet deliverer service -
Uses of PacketDeliverer in org.jivesoftware.openfire.websocket
Methods in org.jivesoftware.openfire.websocket that return PacketDelivererConstructors in org.jivesoftware.openfire.websocket with parameters of type PacketDelivererModifierConstructorDescriptionWebSocketConnection(WebSocketClientConnectionHandler socket, PacketDeliverer backupDeliverer, InetSocketAddress remotePeer)