org.apache.axis2.transport.http.server
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.
HttpServiceProcessor
public HttpServiceProcessor(AxisHttpService httpservice,
AxisHttpConnection conn,
IOProcessorCallback callback)
run
public void run()
- Specified by:
run
in interface Runnable
close
public void close()
throws IOException
- Specified by:
close
in interface IOProcessor
- Throws:
IOException
destroy
public void destroy()
- Specified by:
destroy
in interface IOProcessor
isDestroyed
public boolean isDestroyed()
- Specified by:
isDestroyed
in interface IOProcessor
hashCode
public int hashCode()
- Returns the unique ID of this HttpServiceProcessor.
- Overrides:
hashCode
in class Object
- Returns:
- The unique ID of this HttpServiceProcessor.
equals
public boolean equals(Object obj)
- Indicates whether some other object is "equal to" this one.
- Overrides:
equals
in class Object
- Returns:
true
if this HttpServiceProcessor refere to the same
object as obj or they have the same id, false
otherwise.
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.