com.ning.http.client.providers.netty.timeout
Class RequestTimeoutTimerTask

java.lang.Object
  extended by com.ning.http.client.providers.netty.timeout.TimeoutTimerTask
      extended by com.ning.http.client.providers.netty.timeout.RequestTimeoutTimerTask
All Implemented Interfaces:
org.jboss.netty.util.TimerTask

public class RequestTimeoutTimerTask
extends TimeoutTimerTask


Field Summary
 
Fields inherited from class com.ning.http.client.providers.netty.timeout.TimeoutTimerTask
nettyResponseFuture, provider, timeoutsHolder
 
Constructor Summary
RequestTimeoutTimerTask(NettyResponseFuture<?> nettyResponseFuture, NettyAsyncHttpProvider provider, TimeoutsHolder timeoutsHolder)
           
 
Method Summary
 void run(org.jboss.netty.util.Timeout timeout)
           
 
Methods inherited from class com.ning.http.client.providers.netty.timeout.TimeoutTimerTask
expire
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestTimeoutTimerTask

public RequestTimeoutTimerTask(NettyResponseFuture<?> nettyResponseFuture,
                               NettyAsyncHttpProvider provider,
                               TimeoutsHolder timeoutsHolder)
Method Detail

run

public void run(org.jboss.netty.util.Timeout timeout)
         throws Exception
Throws:
Exception


Copyright © 2014. All Rights Reserved.