|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompletionHandler | |
|---|---|
| org.glassfish.grizzly.web.container | |
| org.glassfish.grizzly.web.container.http11 | |
| Uses of CompletionHandler in org.glassfish.grizzly.web.container |
|---|
| Methods in org.glassfish.grizzly.web.container that return CompletionHandler | |
|---|---|
CompletionHandler<? super A> |
SuspendedResponse.getCompletionHandler()
|
| Methods in org.glassfish.grizzly.web.container with parameters of type CompletionHandler | |
|---|---|
void |
SuspendedResponse.setCompletionHandler(CompletionHandler<? super A> 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,
SuspendedResponse<A> suspendedResponse)
Suspend the Response. |
| Constructors in org.glassfish.grizzly.web.container with parameters of type CompletionHandler | |
|---|---|
SuspendedResponse(long timeout,
A attachment,
CompletionHandler<? super A> completionHandler,
Response response)
|
|
| Uses of CompletionHandler in org.glassfish.grizzly.web.container.http11 |
|---|
| Methods in org.glassfish.grizzly.web.container.http11 with parameters of type CompletionHandler | |
|---|---|
void |
GrizzlyResponse.suspend(long timeout,
A attachment,
CompletionHandler<? super A> competionHandler)
Suspend the GrizzlyResponse. |
| Constructors in org.glassfish.grizzly.web.container.http11 with parameters of type CompletionHandler | |
|---|---|
GrizzlySuspendedResponse(Long timeout,
A attachment,
CompletionHandler<? super A> completionHandler,
GrizzlyResponse gres)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||