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:
getResult
in interfaceClusterTask<Void>
-
run
public void run() -
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
-
toString
-