| java.lang.Object org.apache.axis2.transport.http.server.HttpServiceProcessor
HttpServiceProcessor | public class HttpServiceProcessor implements IOProcessor(Code) | | I/O processor intended to process requests and fill in responses.
author: Chuck Williams |
Method Summary | |
public void | close() | public void | destroy() | public boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. | public int | hashCode() Returns the unique ID of this HttpServiceProcessor. | public boolean | isDestroyed() | public void | run() |
destroy | public void destroy()(Code) | | |
equals | public boolean equals(Object obj)(Code) | | Indicates whether some other object is "equal to" this one.
true if this HttpServiceProcessor refere to the same object as obj or they have the same , false otherwise. |
hashCode | public int hashCode()(Code) | | Returns the unique ID of this HttpServiceProcessor.
The unique ID of this HttpServiceProcessor. |
isDestroyed | public boolean isDestroyed()(Code) | | |
|
|