Uses of Interface
com.sun.grizzly.grizzlet.AsyncConnection

Packages that use AsyncConnection
com.sun.grizzly.container   
com.sun.grizzly.grizzlet   
 

Uses of AsyncConnection in com.sun.grizzly.container
 

Classes in com.sun.grizzly.container that implement AsyncConnection
 class AsyncConnectionImpl
          This class represent a possible asynchronous connection.
 

Uses of AsyncConnection in com.sun.grizzly.grizzlet
 

Methods in com.sun.grizzly.grizzlet with parameters of type AsyncConnection
 void JMakiGrizzlet.onPush(AsyncConnection ac)
           
 void ChatGrizzlet.onPush(AsyncConnection ac)
           
 void Grizzlet.onPush(AsyncConnection asyncConnection)
          This method is invoked when the Grizzlet Container execute a push operations.
 void JMakiGrizzlet.onRequest(AsyncConnection ac)
           
 void ChatGrizzlet.onRequest(AsyncConnection ac)
           
 void Grizzlet.onRequest(AsyncConnection asyncConnection)
          When a client send a request to its associated Grizzlet, it can decide if the underlying connection can be suspended (creating a Continuation) or handle the connection synchronously.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.