public class FileRequestHandler extends BaseHttpRequestHandler
logger| Constructor and Description |
|---|
FileRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
The entry point of all HttpRequestHandlers.
|
protected void |
handleClientRequest(String absPath,
Map<String,String> queryItems,
org.apache.http.HttpResponse response,
Address serverAddressAtClient) |
entityRequest, getServerAddressAtClientpublic void handle(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
handle in interface org.apache.http.protocol.HttpRequestHandlerhandle in class BaseHttpRequestHandlerprotected void handleClientRequest(String absPath, Map<String,String> queryItems, org.apache.http.HttpResponse response, Address serverAddressAtClient) throws IOException
handleClientRequest in class BaseHttpRequestHandlerIOExceptionCopyright © 2000–2016 DFKI GmbH. All rights reserved.