com.ning.http.client.filter
Class AsyncFilterContext<T>

java.lang.Object
  extended by com.ning.http.client.filter.AsyncFilterContext<T>

public class AsyncFilterContext<T>
extends Object

A simple object that hold reference to an AsyncHandler and Request


Constructor Summary
AsyncFilterContext(AsyncHandler<T> asyncHandler, Request request)
           
 
Method Summary
 AsyncHandler<T> getAsyncHandler()
           
 Request getRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncFilterContext

public AsyncFilterContext(AsyncHandler<T> asyncHandler,
                          Request request)
Method Detail

getAsyncHandler

public AsyncHandler<T> getAsyncHandler()

getRequest

public Request getRequest()


Copyright © 2010. All Rights Reserved.