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, getServerAddressAtClient
public 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.HttpRequestHandler
handle
in class BaseHttpRequestHandler
protected void handleClientRequest(String absPath, Map<String,String> queryItems, org.apache.http.HttpResponse response, Address serverAddressAtClient) throws IOException
handleClientRequest
in class BaseHttpRequestHandler
IOException
Copyright © 2000–2016 DFKI GmbH. All rights reserved.