Class atci.AgentRequestHandler
All Packages Class Hierarchy This Package Previous Next Index
Class atci.AgentRequestHandler
java.lang.Object
|
+----atci.AgentRequestHandler
- public class AgentRequestHandler
- extends Object
An abstract class to handle incoming requests
-
AgentRequestHandler()
-
-
handleDispatchRequest(AtciRequest, AtciResponse)
-
-
handleFetchRequest(AtciRequest, AtciResponse)
-
-
handleMessageRequest(AtciRequest, AtciResponse)
-
-
handleRequest(AtciRequest, AtciResponse)
- Dispatches requests to specific handle methods.
-
handleRetractRequest(AtciRequest, AtciResponse)
-
-
initialize(URL)
-
AgentRequestHandler
public AgentRequestHandler()
initialize
public abstract void initialize(URL hosting)
handleRequest
public void handleRequest(AtciRequest request,
AtciResponse response) throws IOException
- Dispatches requests to specific handle methods. You are free to
override this method to handle them by your self.
- See Also:
- AtciResponse, AtciResponse
handleDispatchRequest
protected void handleDispatchRequest(AtciRequest request,
AtciResponse response) throws IOException
handleRetractRequest
protected void handleRetractRequest(AtciRequest request,
AtciResponse response) throws IOException
handleFetchRequest
protected void handleFetchRequest(AtciRequest request,
AtciResponse response) throws IOException
handleMessageRequest
protected void handleMessageRequest(AtciRequest request,
AtciResponse response) throws IOException
All Packages Class Hierarchy This Package Previous Next Index