Class HttpServiceProcessor
java.lang.Object
org.apache.axis2.transport.http.server.HttpServiceProcessor
- All Implemented Interfaces:
Runnable,IOProcessor
I/O processor intended to process requests and fill in responses.
-
Constructor Summary
ConstructorsConstructorDescriptionHttpServiceProcessor(AxisHttpService httpservice, AxisHttpConnection conn, IOProcessorCallback callback) -
Method Summary
-
Constructor Details
-
HttpServiceProcessor
public HttpServiceProcessor(AxisHttpService httpservice, AxisHttpConnection conn, IOProcessorCallback callback)
-
-
Method Details
-
run
public void run() -
close
- Specified by:
closein interfaceIOProcessor- Throws:
IOException
-
destroy
public void destroy()- Specified by:
destroyin interfaceIOProcessor
-
isDestroyed
public boolean isDestroyed()- Specified by:
isDestroyedin interfaceIOProcessor
-
hashCode
public int hashCode()Returns the unique ID of this HttpServiceProcessor. -
equals
Indicates whether some other object is "equal to" this one.
-