tigase.server.ext.handlers
Class StartTLSProcessor

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

public class StartTLSProcessor
extends Object
implements ExtProcessor

Created: Oct 31, 2009 4:54:39 PM

Version:
$Rev: 2095 $
Author:
Artur Hefczyc

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

Constructor Detail

StartTLSProcessor

public StartTLSProcessor()
Method Detail

getId

public String getId()
Method description

Specified by:
getId in interface ExtProcessor
Returns:

getStreamFeatures

public List<tigase.xml.Element> getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv,
                                                  ComponentProtocolHandler handler)
Method description

Specified by:
getStreamFeatures in interface ExtProcessor
Parameters:
serv -
handler -
Returns:

process

public boolean process(Packet p,
                       XMPPIOService<List<ComponentConnection>> serv,
                       ComponentProtocolHandler handler,
                       Queue<Packet> results)
Method description

Specified by:
process in interface ExtProcessor
Parameters:
p -
serv -
handler -
results -
Returns:

startProcessing

public void startProcessing(Packet p,
                            XMPPIOService<List<ComponentConnection>> serv,
                            ComponentProtocolHandler handler,
                            Queue<Packet> results)
Method description

Specified by:
startProcessing in interface ExtProcessor
Parameters:
p -
serv -
handler -
results -


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