Class | Description |
---|---|
DownloadHttpHandlerSample |
The sample shows how the HttpHandler should be implemented in order to
send large amount of data to a client in a non-blocking mode.
|
NonBlockingHttpHandlerSample |
This example demonstrates the use of a
HttpHandler to echo
HTTP POST data sent by the client, back to the client using
non-blocking streams introduced in Grizzly 2.0. |
UploadHttpHandlerSample |
The sample shows how the HttpHandler should be implemented in order to
store uploaded data into file in non-blocking way.
|
Copyright © 2015 Oracle Corporation. All rights reserved.