Class ProcessPacketTask
java.lang.Object
org.jivesoftware.openfire.session.ProcessPacketTask
- All Implemented Interfaces:
Externalizable,Serializable,Runnable,ClusterTask<Void>
Cluster task that will ask a remote cluster node to deliver some packet to a local session.
- Author:
- Gaston Dombiak
- See Also:
-
Constructor Details
-
ProcessPacketTask
public ProcessPacketTask()
-
-
Method Details
-
getResult
- Specified by:
getResultin interfaceClusterTask<Void>
-
run
public void run() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOException
-
toString
-