public class FormHttpHandler extends HttpHandler
HttpHandler
, which returns HTML upload form.Constructor and Description |
---|
FormHttpHandler() |
Modifier and Type | Method and Description |
---|---|
void |
service(Request request,
Response response)
This method should contain the logic for any HTTP extension to the
Grizzly HTTP web server.
|
destroy, getErrorPageGenerator, getName, getRequestExecutorProvider, getRequestURIEncoding, getSessionCookieName, getSessionManager, isAllowCustomStatusMessage, isAllowEncodedSlash, sendAcknowledgment, setAllowCustomStatusMessage, setAllowEncodedSlash, setDecodeUrl, setDispatcherHelper, setRequestURIEncoding, setRequestURIEncoding, start, updatePaths
public void service(Request request, Response response) throws Exception
HttpHandler
service
in class HttpHandler
request
- The Request
response
- The Response
Exception
Copyright © 2015 Oracle Corporation. All rights reserved.