Interface | Description |
---|---|
J4pResponseExtractor |
An extractor can be used to add special behaviour to the extraction process before a
J4pResponse is created. |
Class | Description |
---|---|
AbtractJ4pMBeanRequest |
A request dealing with a single MBean.
|
J4pExecRequest |
A execute request for executing a JMX operation
|
J4pExecResponse |
Response for an execute request
|
J4pListRequest |
Request for list JMX information
|
J4pListResponse |
Response for a
J4pListRequest |
J4pReadRequest |
A read request to get one or more attributes from
one or more MBeans within a single request.
|
J4pReadResponse |
Response for a
J4pType.READ request. |
J4pRequest |
Request object abstracting a request to a j4p agent.
|
J4pRequestHandler |
Class doing the hard work of conversion between HTTP request/responses and
J4p request/responses.
|
J4pResponse<T extends J4pRequest> |
Representation of a j4p Response as sent by the
j4p agent.
|
J4pSearchRequest |
Request for a MBean search
|
J4pSearchResponse |
Response for a
J4pSearchRequest |
J4pTargetConfig |
Configuration for a JSR-160 proxy request for specifying the target server.
|
J4pVersionRequest |
Request for version and server information
|
J4pVersionResponse |
Response for J4pVersion request
|
J4pWriteRequest |
Request for setting the value of an attribute, optionally
with an inner path.
|
J4pWriteResponse |
Response for a
J4pWriteRequest . |
ValidatingResponseExtractor |
A response extractor which does validation based on Jolokia status codes.
|
Enum | Description |
---|---|
J4pQueryParameter |
Query parameters which can be used when requesting the server
|
J4pType |
Copyright © 2019. All rights reserved.