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
Methods in org.jivesoftware.openfire.http that return PacketDeliverer Modifier and Type Method Description PacketDelivererHttpSession.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 classMultiplexerPacketDelivererFallback method used byNettyConnectionwhen 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 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 classOfflinePacketDelivererFallback method used byNettyConnectionwhen 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 PacketDelivererNettyConnection. 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 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()Constructors in org.jivesoftware.openfire.websocket with parameters of type PacketDeliverer Constructor Description WebSocketConnection(WebSocketClientConnectionHandler socket, PacketDeliverer backupDeliverer, InetSocketAddress remotePeer)
-