org.apache.http.protocol
public interface: HttpRequestHandler [javadoc |
source]
All Known Implementing Classes:
HttpFileHandler, HttpFileHandler, HttpFileHandler, ProxyHandler
HttpRequestHandler represents a routine for processing of a specific group
of HTTP requests. Protocol handlers are designed to take care of protocol
specific aspects, whereas individual request handlers are expected to take
care of application specific HTTP processing. The main purpose of a request
handler is to generate a response object with a content entity to be sent
back to the client in response to the given request
- version:
$
- Revision: 744532 $
- since:
4.0
-
Method from org.apache.http.protocol.HttpRequestHandler Summary: |
---|
handle |