Uses of Class
org.granite.gravity.AsyncHttpContext

Packages that use AsyncHttpContext
org.granite.gravity   
org.granite.gravity.gae   
org.granite.gravity.generic   
org.granite.gravity.jbossweb   
org.granite.gravity.jetty   
org.granite.gravity.servlet3   
org.granite.gravity.tomcat   
org.granite.gravity.weblogic   
 

Uses of AsyncHttpContext in org.granite.gravity
 

Methods in org.granite.gravity that return AsyncHttpContext
protected abstract  AsyncHttpContext AbstractChannel.acquireAsyncHttpContext()
           
 

Methods in org.granite.gravity with parameters of type AsyncHttpContext
protected abstract  void AbstractChannel.releaseAsyncHttpContext(AsyncHttpContext context)
           
 boolean AbstractChannel.runReceived(AsyncHttpContext asyncHttpContext)
           
 boolean Channel.runReceived(AsyncHttpContext asyncHttpContext)
           
 

Uses of AsyncHttpContext in org.granite.gravity.gae
 

Methods in org.granite.gravity.gae with parameters of type AsyncHttpContext
 boolean GAEChannel.runReceived(AsyncHttpContext asyncHttpContext)
           
 

Uses of AsyncHttpContext in org.granite.gravity.generic
 

Methods in org.granite.gravity.generic that return AsyncHttpContext
protected  AsyncHttpContext GenericChannel.acquireAsyncHttpContext()
           
 

Methods in org.granite.gravity.generic with parameters of type AsyncHttpContext
protected  void GenericChannel.releaseAsyncHttpContext(AsyncHttpContext context)
           
 

Uses of AsyncHttpContext in org.granite.gravity.jbossweb
 

Methods in org.granite.gravity.jbossweb that return AsyncHttpContext
protected  AsyncHttpContext JBossWebChannel.acquireAsyncHttpContext()
           
 

Methods in org.granite.gravity.jbossweb with parameters of type AsyncHttpContext
protected  void JBossWebChannel.releaseAsyncHttpContext(AsyncHttpContext context)
           
 

Uses of AsyncHttpContext in org.granite.gravity.jetty
 

Methods in org.granite.gravity.jetty that return AsyncHttpContext
protected  AsyncHttpContext ContinuationChannel.acquireAsyncHttpContext()
           
 

Methods in org.granite.gravity.jetty with parameters of type AsyncHttpContext
protected  void ContinuationChannel.releaseAsyncHttpContext(AsyncHttpContext context)
           
 

Uses of AsyncHttpContext in org.granite.gravity.servlet3
 

Methods in org.granite.gravity.servlet3 that return AsyncHttpContext
protected  AsyncHttpContext AsyncChannel.acquireAsyncHttpContext()
           
 

Methods in org.granite.gravity.servlet3 with parameters of type AsyncHttpContext
protected  void AsyncChannel.releaseAsyncHttpContext(AsyncHttpContext context)
           
 

Uses of AsyncHttpContext in org.granite.gravity.tomcat
 

Methods in org.granite.gravity.tomcat that return AsyncHttpContext
protected  AsyncHttpContext TomcatChannel.acquireAsyncHttpContext()
           
 

Methods in org.granite.gravity.tomcat with parameters of type AsyncHttpContext
protected  void TomcatChannel.releaseAsyncHttpContext(AsyncHttpContext context)
           
 

Uses of AsyncHttpContext in org.granite.gravity.weblogic
 

Methods in org.granite.gravity.weblogic that return AsyncHttpContext
protected  AsyncHttpContext WebLogicChannel.acquireAsyncHttpContext()
           
 

Methods in org.granite.gravity.weblogic with parameters of type AsyncHttpContext
protected  void WebLogicChannel.releaseAsyncHttpContext(AsyncHttpContext context)