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.glassfish   
org.granite.gravity.jbossweb   
org.granite.gravity.jetty   
org.granite.gravity.jetty8   
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  void AbstractChannel.createUdpReceiver(UdpReceiverFactory factory, AsyncHttpContext 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.glassfish
 

Methods in org.granite.gravity.glassfish that return AsyncHttpContext
protected  AsyncHttpContext GlassFishWebSocketChannel.acquireAsyncHttpContext()
           
 

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

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.jetty8
 

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

Methods in org.granite.gravity.jetty8 with parameters of type AsyncHttpContext
protected  void ContinuationChannel.releaseAsyncHttpContext(AsyncHttpContext context)
           
protected  void JettyWebSocketChannel.releaseAsyncHttpContext(AsyncHttpContext context)
           
 boolean JettyWebSocketChannel.runReceived(AsyncHttpContext asyncHttpContext)
           
 

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()
           
protected  AsyncHttpContext TomcatWebSocketChannel.acquireAsyncHttpContext()
           
 

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

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)