tigase.server.ext.handlers
Class StreamFeaturesProcessor

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

public class StreamFeaturesProcessor
extends java.lang.Object
implements ExtProcessor

Created: Oct 31, 2009 3:51:09 PM

Version:
$Rev: 1923 $
Author:
Artur Hefczyc

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

Constructor Detail

StreamFeaturesProcessor

public StreamFeaturesProcessor()
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface ExtProcessor

process

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

startProcessing

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

getStreamFeatures

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


Copyright © 2010 Tigase. All Rights Reserved.