|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncFilter | |
---|---|
com.sun.grizzly.arp | |
com.sun.grizzly.comet | |
com.sun.grizzly.http | |
com.sun.grizzly.jruby |
Uses of AsyncFilter in com.sun.grizzly.arp |
---|
Methods in com.sun.grizzly.arp with parameters of type AsyncFilter | |
---|---|
void |
DefaultAsyncExecutor.addAsyncFilter(AsyncFilter asyncFilter)
Add an AsyncFilter |
void |
DefaultAsyncHandler.addAsyncFilter(AsyncFilter asyncFilter)
Add an AsyncFilter |
boolean |
DefaultAsyncExecutor.removeAsyncFilter(AsyncFilter asyncFilter)
Remove an AsyncFilter |
boolean |
DefaultAsyncHandler.removeAsyncFilter(AsyncFilter asyncFilter)
Remove an AsyncFilter |
Uses of AsyncFilter in com.sun.grizzly.comet |
---|
Classes in com.sun.grizzly.comet that implement AsyncFilter | |
---|---|
class |
CometAsyncFilter
AJAX/Comet support using the Grizzly Asynchronous Request Processing default mechanism. |
Uses of AsyncFilter in com.sun.grizzly.http |
---|
Methods in com.sun.grizzly.http with parameters of type AsyncFilter | |
---|---|
void |
AsyncHandler.addAsyncFilter(AsyncFilter asyncFilter)
Add a AsyncFilter |
void |
AsyncExecutor.addAsyncFilter(AsyncFilter asyncFilter)
Add a AsyncFilter |
boolean |
AsyncHandler.removeAsyncFilter(AsyncFilter asyncFilter)
Remove an AsyncFilter |
boolean |
AsyncExecutor.removeAsyncFilter(AsyncFilter asyncFilter)
Remove an AsyncFilter |
Uses of AsyncFilter in com.sun.grizzly.jruby |
---|
Classes in com.sun.grizzly.jruby that implement AsyncFilter | |
---|---|
class |
RubyRuntimeAsyncFilter
AsyncFilter that park the request if the number of Ruby runtime are all in use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |