Connection Manager 3.6.3 Javadoc

org.jivesoftware.multiplexer.task
Class RouteTask

java.lang.Object
  extended by org.jivesoftware.multiplexer.task.ClientTask
      extended by org.jivesoftware.multiplexer.task.RouteTask
All Implemented Interfaces:
java.lang.Runnable

public class RouteTask
extends ClientTask

Task that forwards client packets to the server.

Author:
Gaston Dombiak

Field Summary
 
Fields inherited from class org.jivesoftware.multiplexer.task.ClientTask
streamID
 
Constructor Summary
RouteTask(java.lang.String streamID, java.lang.String 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

RouteTask

public RouteTask(java.lang.String streamID,
                 java.lang.String stanza)
Method Detail

run

public void run()

serverNotAvailable

public void serverNotAvailable()
Description copied from class: ClientTask
Execute the corresponding action when the server is not available.

Specified by:
serverNotAvailable in class ClientTask

Connection Manager 3.6.3 Javadoc

Copyright © 2003-2006 Jive Software.