public class RequestHandlerManager extends Object
Constructor and Description |
---|
RequestHandlerManager(Configuration pConfig,
Converters pConverters,
ServerHandle pServerHandle,
Restrictor pRestrictor)
Manager and dispatcher for incoming requests
|
RequestHandlerManager(Converters pConverters,
ServerHandle pServerHandle,
Restrictor pRestrictor)
Manager and dispatcher for incoming requests
|
Modifier and Type | Method and Description |
---|---|
JsonRequestHandler |
getRequestHandler(RequestType pType)
Get the request handler for the given type
|
public RequestHandlerManager(Configuration pConfig, Converters pConverters, ServerHandle pServerHandle, Restrictor pRestrictor)
pConfig
- configuration from which to obtain agent meta informationpConverters
- string/object converterspServerHandle
- server handle for obtaining MBeanServerpRestrictor
- handler for access restrictionspublic RequestHandlerManager(Converters pConverters, ServerHandle pServerHandle, Restrictor pRestrictor)
pConverters
- string/object converterspServerHandle
- server handle for obtaining MBeanServerpRestrictor
- handler for access restrictionspublic JsonRequestHandler getRequestHandler(RequestType pType)
pType
- type of requestCopyright © 2021. All rights reserved.