|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompletionHandler | |
---|---|
com.sun.grizzly.tcp | |
com.sun.grizzly.tcp.http11 |
Uses of CompletionHandler in com.sun.grizzly.tcp |
---|
Methods in com.sun.grizzly.tcp that return CompletionHandler | |
---|---|
CompletionHandler<? super A> |
Response.ResponseAttachment.getCompletionHandler()
|
Methods in com.sun.grizzly.tcp with parameters of type CompletionHandler | |
---|---|
void |
Response.suspend(long timeout,
A attachment,
CompletionHandler<? super A> competionHandler)
Suspend the Response . |
void |
Response.suspend(long timeout,
A attachment,
CompletionHandler<? super A> competionHandler,
Response.ResponseAttachment<A> ra)
Suspend the Response . |
Constructors in com.sun.grizzly.tcp with parameters of type CompletionHandler | |
---|---|
Response.ResponseAttachment(long idleTimeoutDelay,
A attachment,
CompletionHandler<? super A> completionHandler,
Response response)
|
Uses of CompletionHandler in com.sun.grizzly.tcp.http11 |
---|
Methods in com.sun.grizzly.tcp.http11 with parameters of type CompletionHandler | |
---|---|
void |
GrizzlyResponse.suspend(long timeout,
A attachment,
CompletionHandler<? super A> competionHandler)
Suspend the GrizzlyResponse . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |