tigase.server.ext.handlers
Class HandshakeProcessor
java.lang.Object
tigase.server.ext.handlers.HandshakeProcessor
- All Implemented Interfaces:
- ExtProcessor
public class HandshakeProcessor
- extends Object
- implements ExtProcessor
Created: Oct 21, 2009 1:58:56 PM
- Version:
- $Rev: 1998 $
- Author:
- Artur Hefczyc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandshakeProcessor
public HandshakeProcessor()
process
public boolean process(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
- Specified by:
process
in interface ExtProcessor
getStreamFeatures
public List<tigase.xml.Element> getStreamFeatures(XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler)
- Specified by:
getStreamFeatures
in interface ExtProcessor
getId
public String getId()
- Specified by:
getId
in interface ExtProcessor
startProcessing
public void startProcessing(Packet p,
XMPPIOService<List<ComponentConnection>> serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
- Specified by:
startProcessing
in interface ExtProcessor
Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.