Uses of Class
com.sun.grizzly.arp.AsyncFilter.Result

Packages that use AsyncFilter.Result
com.sun.grizzly.arp   
com.sun.grizzly.comet   
com.sun.grizzly.websockets   
 

Uses of AsyncFilter.Result in com.sun.grizzly.arp
 

Methods in com.sun.grizzly.arp that return AsyncFilter.Result
 AsyncFilter.Result AsyncFilter.doFilter(AsyncExecutor asyncExecutor)
          Execute and return AsyncFilter.Result.
static AsyncFilter.Result AsyncFilter.Result.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AsyncFilter.Result[] AsyncFilter.Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AsyncFilter.Result in com.sun.grizzly.comet
 

Methods in com.sun.grizzly.comet that return AsyncFilter.Result
 AsyncFilter.Result CometAsyncFilter.doFilter(AsyncExecutor asyncExecutor)
          Execute the Comet AsyncFilter by delegating the work to the CometEngine.
 

Uses of AsyncFilter.Result in com.sun.grizzly.websockets
 

Methods in com.sun.grizzly.websockets that return AsyncFilter.Result
 AsyncFilter.Result WebSocketAsyncFilter.doFilter(AsyncExecutor asyncExecutor)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.