com.sun.grizzly.websockets
Class WebSocketAsyncFilter

java.lang.Object
  extended by com.sun.grizzly.websockets.WebSocketAsyncFilter
All Implemented Interfaces:
AsyncFilter

public class WebSocketAsyncFilter
extends Object
implements AsyncFilter


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.grizzly.arp.AsyncFilter
AsyncFilter.Result
 
Constructor Summary
WebSocketAsyncFilter()
           
 
Method Summary
 AsyncFilter.Result doFilter(AsyncExecutor asyncExecutor)
          Execute and return AsyncFilter.Result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSocketAsyncFilter

public WebSocketAsyncFilter()
Method Detail

doFilter

public AsyncFilter.Result doFilter(AsyncExecutor asyncExecutor)
Description copied from interface: AsyncFilter
Execute and return AsyncFilter.Result. AsyncFilter.Result.NEXT: next AsyncFilter should be executed; AsyncFilter.Result.INTERRUPT: interrupts the execution, filter is becoming responsible for finishing the processing; AsyncFilter.Result.FINISH: finish the async execution (skip the rest of the filters).

Specified by:
doFilter in interface AsyncFilter
Returns:
AsyncFilter.Result


Copyright © 2012 Oracle Corporation. All Rights Reserved.