public interface CustomRequestHandler extends RequestHandler
Implementations must be thread-safe and be able to handle multiple requests at the same time.
Modifier and Type | Method and Description |
---|---|
void |
close()
This method is called at when the agent is stopped.
|
void |
init(Agent agent)
Initialize the request handler.
|
handleCmd
void init(Agent agent)
agent
- The agentvoid close()