|
Connection Manager 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.multiplexer.task.ClientTask
org.jivesoftware.multiplexer.task.DeliveryFailedTask
public class DeliveryFailedTask
Task that indicates the server that delivery of a packet to a client has failed. The most probable reason for this is that the client logged out at the time the server sent a stanza to the client.
Field Summary |
---|
Fields inherited from class org.jivesoftware.multiplexer.task.ClientTask |
---|
streamID |
Constructor Summary | |
---|---|
DeliveryFailedTask(java.lang.String streamID,
org.dom4j.Element stanza)
|
Method Summary | |
---|---|
void |
run()
|
void |
serverNotAvailable()
Execute the corresponding action when the server is not available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeliveryFailedTask(java.lang.String streamID, org.dom4j.Element stanza)
Method Detail |
---|
public void run()
public void serverNotAvailable()
ClientTask
serverNotAvailable
in class ClientTask
|
Connection Manager 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |