public class StreamFeaturesProcessor extends Object implements ExtProcessor
| Constructor and Description |
|---|
StreamFeaturesProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Method description
|
List<tigase.xml.Element> |
getStreamFeatures(ComponentIOService serv,
ComponentProtocolHandler handler)
Method description
|
boolean |
process(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description
|
void |
startProcessing(Packet p,
ComponentIOService serv,
ComponentProtocolHandler handler,
Queue<Packet> results)
Method description
|
public String getId()
getId in interface ExtProcessorpublic List<tigase.xml.Element> getStreamFeatures(ComponentIOService serv, ComponentProtocolHandler handler)
getStreamFeatures in interface ExtProcessorserv - handler - public boolean process(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results)
process in interface ExtProcessorp - serv - handler - results - public void startProcessing(Packet p, ComponentIOService serv, ComponentProtocolHandler handler, Queue<Packet> results)
startProcessing in interface ExtProcessorp - serv - handler - results - Copyright © 2013 Tigase. All rights reserved.