|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.realtime.xmpp.dom.DomPacketRouter | +--com.realtime.xmpp.examples.GatewayPacketRouter
Handle incoming packets.
Field Summary |
Fields inherited from class com.realtime.xmpp.dom.DomPacketRouter |
m_component |
Constructor Summary | |
GatewayPacketRouter(DomComponent component)
Basic constructor that provides a handle to the component we serve. |
Methods inherited from class com.realtime.xmpp.dom.DomPacketRouter |
doHandshake, doInfoQuery, doIqRegister, doIqRegisterSet, doIqTime, doIqVersion, doMessage, doPresence, getComponent, getGatewayName, getGatewayOperatingSystem, getGatewayVersion, getPresence, getRegistrationFields, getRegistrationInstructions, incomingPacket, send, sendError, unhandledIncomingPacket |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GatewayPacketRouter(DomComponent component)
Basic constructor that provides a handle to the component we serve.
* @param component The component we are handling packets for.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |