Package org.jolokia.server.core.request
Class JolokiaListRequest
java.lang.Object
org.jolokia.server.core.request.JolokiaRequest
org.jolokia.server.core.request.JolokiaListRequest
A JMX request for
list operations, i.e. for listing JMX metadata- Since:
- 15.03.11
- Author:
- roland
-
Method Summary
Modifier and TypeMethodDescriptiontoString()booleanPath handling is done directly within this handler to avoid excessive memory consumption by building up the whole list into memory only for extracting a part from it.Methods inherited from class org.jolokia.server.core.request.JolokiaRequest
getHttpMethod, getInfo, getOption, getParameter, getParameterAsBool, getParameterAsInt, getPath, getPathParts, getType, getValueFaultHandler, isExclusive, toJSON
-
Method Details
-
toString
-
useReturnValueWithPath
public boolean useReturnValueWithPath()Path handling is done directly within this handler to avoid excessive memory consumption by building up the whole list into memory only for extracting a part from it. So we return false here.- Overrides:
useReturnValueWithPathin classJolokiaRequest- Returns:
- always false
-