org.apache.axis2.transport.http.server
Class DefaultHttpServiceProcessor
java.lang.Object
org.apache.http.protocol.AbstractHttpProcessor
org.apache.http.protocol.HttpService
org.apache.axis2.transport.http.server.HttpServiceProcessor
org.apache.axis2.transport.http.server.DefaultHttpServiceProcessor
- All Implemented Interfaces:
- IOProcessor, Runnable
- public class DefaultHttpServiceProcessor
- extends HttpServiceProcessor
Methods inherited from class org.apache.http.protocol.HttpService |
closeConnection, destroy, getParams, handleException, handleRequest, isActive, isDestroyed, setParams |
Methods inherited from class org.apache.http.protocol.AbstractHttpProcessor |
addInterceptor, addInterceptor, clearInterceptors, removeInterceptor, removeInterceptor, removeInterceptors, setInterceptors |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHttpServiceProcessor
public DefaultHttpServiceProcessor(org.apache.http.HttpServerConnection conn,
ConfigurationContext configurationContext,
SessionManager sessionManager,
Worker worker,
IOProcessorCallback callback)
postprocessResponse
protected void postprocessResponse(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
throws IOException,
org.apache.http.HttpException
- Throws:
IOException
org.apache.http.HttpException
preprocessRequest
protected void preprocessRequest(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context)
throws IOException,
org.apache.http.HttpException
- Throws:
IOException
org.apache.http.HttpException
doService
protected void doService(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response)
throws org.apache.http.HttpException,
IOException
- Throws:
org.apache.http.HttpException
IOException
logIOException
protected void logIOException(IOException ex)
logMessage
protected void logMessage(String s)
logProtocolException
protected void logProtocolException(org.apache.http.HttpException ex)
close
public void close()
throws IOException
- Throws:
IOException
run
public void run()