org.mobicents.servlet.sip.core
Class SipApplicationDispatcherImpl.ResponseTask

java.lang.Object
  extended by org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl.ResponseTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SipApplicationDispatcherImpl

protected class SipApplicationDispatcherImpl.ResponseTask
extends java.lang.Object
implements java.lang.Runnable

This class is the task that will be run by the response thread pool executor Running the response dispatching in its own task is better since it won't block the thread from the sip stack.

Author:
Jean Deruelle

Constructor Summary
SipApplicationDispatcherImpl.ResponseTask(SipApplicationDispatcherImpl sipApplicationDispatcher, SipServletResponseImpl sipServletResponse)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SipApplicationDispatcherImpl.ResponseTask

public SipApplicationDispatcherImpl.ResponseTask(SipApplicationDispatcherImpl sipApplicationDispatcher,
                                                 SipServletResponseImpl sipServletResponse)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2008. All Rights Reserved.