tigase.server.ext.handlers
Class BindProcessor

java.lang.Object
  extended by tigase.server.ext.handlers.BindProcessor
All Implemented Interfaces:
ExtProcessor

public class BindProcessor
extends Object
implements ExtProcessor

Created: Nov 2, 2009 2:37:18 PM

Version:
$Rev$
Author:
Artur Hefczyc

Constructor Summary
BindProcessor()
           
 
Method Summary
 String getId()
           
 List<tigase.xml.Element> getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv, ComponentProtocolHandler handler)
           
 boolean process(Packet p, XMPPIOService<List<ComponentConnection>> serv, ComponentProtocolHandler handler, Queue<Packet> results)
           
 void startProcessing(Packet p, XMPPIOService<List<ComponentConnection>> serv, ComponentProtocolHandler handler, Queue<Packet> results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindProcessor

public BindProcessor()
Method Detail

getId

public String getId()
Specified by:
getId in interface ExtProcessor

process

public boolean process(Packet p,
                       XMPPIOService<List<ComponentConnection>> serv,
                       ComponentProtocolHandler handler,
                       Queue<Packet> results)
Specified by:
process in interface ExtProcessor

startProcessing

public void startProcessing(Packet p,
                            XMPPIOService<List<ComponentConnection>> serv,
                            ComponentProtocolHandler handler,
                            Queue<Packet> results)
Specified by:
startProcessing in interface ExtProcessor

getStreamFeatures

public List<tigase.xml.Element> getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv,
                                                  ComponentProtocolHandler handler)
Specified by:
getStreamFeatures in interface ExtProcessor


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.