NettyClientConnectionHandler |
Client-specific ConnectionHandler that knows which subclass of StanzaHandler should be created
and how to build and configure a NettyConnection .
|
NettyComponentConnectionHandler |
|
NettyConnection |
Implementation of Connection interface specific for Netty connections.
|
NettyConnectionHandler |
A NettyConnectionHandler is responsible for creating new sessions, destroying sessions and delivering
received XML stanzas to the proper StanzaHandler.
|
NettyConnectionHandlerFactory |
Responsible for creating the NettyConnectionHandler for the connection type.
|
NettyIdleStateKeepAliveHandler |
A NettyIdleStateKeepAliveHandler listens for IdleStateEvents triggered by an IdleStateHandler.
|
NettyMultiplexerConnectionHandler |
|
NettyOutboundConnectionHandler |
Outbound (S2S) specific ConnectionHandler that knows which subclass of StanzaHandler should be created
and how to build and configure a NettyConnection .
|
NettyServerConnectionHandler |
Server-specific ConnectionHandler that knows which subclass of StanzaHandler should be created
and how to build and configure a NettyConnection .
|
NettySessionInitializer |
Initialises an outgoing netty channel for outbound S2S
|
NettyXMPPDecoder |
Decoder that parses ByteBuffers and generates XML stanzas.
|
OfflinePacketDeliverer |
Fallback method used by NettyConnection when a
connection fails to send a Packet (likely because it was closed).
|
XMLLightweightParser |
This is a Light-Weight XML Parser.
|