Wildfire 3.2.4 Javadoc

org.jivesoftware.wildfire
Interface RoutableChannelHandler

All Superinterfaces:
ChannelHandler
All Known Implementing Classes:
ClientSession, ComponentSession, ConnectionMultiplexerSession, FileTransferProxy, HttpSession, IncomingServerSession, InternalComponentManager, InternalComponentManager.RoutableComponent, MediaProxyService, MultiUserChatServerImpl, OutgoingServerSession, OutgoingSessionPromise, PubSubModule, Session, STUNService

public interface RoutableChannelHandler
extends ChannelHandler

Author:
Matt Tucker

Method Summary
 JID getAddress()
          Returns the XMPP address.
 
Methods inherited from interface org.jivesoftware.wildfire.ChannelHandler
process
 

Method Detail

getAddress

JID getAddress()
Returns the XMPP address. The address is used by services like the core server packet router to determine if a packet should be sent to the handler. Handlers that are working on behalf of the server should use the generic server hostname address (e.g. server.com).

Returns:
the XMPP address.

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.