org.apache.http.protocol
Class HttpService
java.lang.Object
org.apache.http.protocol.AbstractHttpProcessor
org.apache.http.protocol.HttpService
public class HttpService
- extends AbstractHttpProcessor
Minimalistic server-side implementation of an HTTP processor.
- Version:
- $Revision: 390896 $
- Author:
- Oleg Kalnichevski
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpService
public HttpService(HttpServerConnection conn)
getParams
public HttpParams getParams()
setParams
public void setParams(HttpParams params)
isActive
public boolean isActive()
handleRequest
public void handleRequest()
handleException
protected void handleException(HttpException ex,
HttpResponse response)
doService
protected void doService(HttpRequest request,
HttpResponse response)
throws HttpException,
java.io.IOException
- Throws:
HttpException
java.io.IOException
logMessage
protected void logMessage(java.lang.String s)
logIOException
protected void logIOException(java.io.IOException ex)
logProtocolException
protected void logProtocolException(HttpException ex)
Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.