Class | Description |
---|---|
FormHttpHandler |
Simple Grizzly
HttpHandler , which returns HTML upload form. |
UploaderHttpHandler |
The Grizzly
HttpHandler implementation, which is responsible for
asynchronous and non-blocking uploading of the file specified in the
HTML form FormHttpHandler . |
UploadServer |
HTTP upload server, which instantiates two Grizzly
HttpHandler s:
FormHttpHandler on URL http://localhost:18080/,
UploaderHttpHandler on URIL http://localhost:18080/upload. |
Copyright © 2015 Oracle Corporation. All rights reserved.