public interface ChannelHandler<T extends org.xmpp.packet.Packet>
| Modifier and Type | Method and Description |
|---|---|
void |
process(T packet)
Process an XMPP packet.
|
void process(T packet) throws UnauthorizedException, PacketException
packet - a packet to process.UnauthorizedException - if not allowed to process the packet.PacketException - thrown if the packet is malformed (results in the sender's
session being shutdown).Copyright © 2003-2008 Jive Software.