|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.protocol.AbstractHttpProcessor
org.apache.http.protocol.HttpService
org.apache.axis2.transport.http.server.HttpServiceProcessor
public abstract class HttpServiceProcessor
Abstract base class to process requests and fill in respnses.
Constructor Summary | |
---|---|
HttpServiceProcessor(org.apache.http.HttpServerConnection conn)
Create an HttpServiceProcessor |
Method Summary |
---|
Methods inherited from class org.apache.http.protocol.HttpService |
---|
closeConnection, destroy, doService, getParams, handleException, handleRequest, isActive, isDestroyed, logIOException, logMessage, logProtocolException, setParams |
Methods inherited from class org.apache.http.protocol.AbstractHttpProcessor |
---|
addInterceptor, addInterceptor, clearInterceptors, postprocessResponse, preprocessRequest, removeInterceptor, removeInterceptor, removeInterceptors, setInterceptors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.axis2.transport.http.server.IOProcessor |
---|
close, destroy, isDestroyed |
Methods inherited from interface java.lang.Runnable |
---|
run |
Constructor Detail |
---|
public HttpServiceProcessor(org.apache.http.HttpServerConnection conn)
conn
- the connection we are receiving the request on
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |