org.mule.transport.http
Class HttpRequestDispatcherWork

java.lang.Object
  extended by org.mule.transport.http.HttpRequestDispatcherWork
All Implemented Interfaces:
Runnable, Expirable

public class HttpRequestDispatcherWork
extends Object
implements Runnable, Expirable

Dispatches HttpRequest to the appropriate MessageReceiver


Constructor Summary
HttpRequestDispatcherWork(HttpConnector httpConnector, Socket socket)
           
 
Method Summary
 void expired()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRequestDispatcherWork

public HttpRequestDispatcherWork(HttpConnector httpConnector,
                                 Socket socket)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

expired

public void expired()
Specified by:
expired in interface Expirable


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.