public class InputWSHttpServer extends HttpServer
Constructor and Description |
---|
InputWSHttpServer(URL serverURL,
KeyManager[] keyManager)
Create http(s) server instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
executeRequest(HttpServerRequest request)
Execute inputws http(s) server request.
|
protected void |
onCreateExecutionThreadForRequestException(Exception e) |
protected void |
onCreateExecutionThreadForRequestException(int httpResponseCode,
String message) |
protected void |
onCreateRequestForSocketException(Exception e) |
protected void |
onExecuteRequestException(Exception e,
HttpServerRequest header) |
protected void |
onListenForRequestException(Exception e) |
protected void |
onShutdownSocketException(Exception e) |
protected void |
onWriteServiceUnavailableResponseException(Exception e) |
getHostName, getPort, setAvailable, start, stop
public InputWSHttpServer(URL serverURL, KeyManager[] keyManager) throws SAXException
serverURL
- url of serverkeyManager
- keymanager aray for https serverSAXException
protected void executeRequest(HttpServerRequest request)
executeRequest
in class HttpServer
HttpServer.executeRequest(cz.cuni.mff.odcleanstore.comlib.HttpServerRequest)
protected void onListenForRequestException(Exception e)
onListenForRequestException
in class HttpServer
protected void onCreateExecutionThreadForRequestException(int httpResponseCode, String message)
onCreateExecutionThreadForRequestException
in class HttpServer
protected void onCreateExecutionThreadForRequestException(Exception e)
onCreateExecutionThreadForRequestException
in class HttpServer
protected void onWriteServiceUnavailableResponseException(Exception e)
onWriteServiceUnavailableResponseException
in class HttpServer
protected void onCreateRequestForSocketException(Exception e)
onCreateRequestForSocketException
in class HttpServer
protected void onExecuteRequestException(Exception e, HttpServerRequest header)
onExecuteRequestException
in class HttpServer
protected void onShutdownSocketException(Exception e)
Copyright © 2013. All Rights Reserved.