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