Uses of Class
org.jolokia.server.core.request.EmptyResponseException
Packages that use EmptyResponseException
Package
Description
-
Uses of EmptyResponseException in org.jolokia.server.core.backend
Methods in org.jolokia.server.core.backend that throw EmptyResponseExceptionModifier and TypeMethodDescriptionRequestDispatcher.dispatch(JolokiaRequest pJolokiaRequest) Dispatch a request to a singleRequestHandler.org.json.simple.JSONObjectBackendManager.handleRequest(JolokiaRequest pJmxReq) Handle a single JMXRequest. -
Uses of EmptyResponseException in org.jolokia.server.core.http
Methods in org.jolokia.server.core.http that throw EmptyResponseExceptionModifier and TypeMethodDescriptionorg.json.simple.JSONAwareHttpRequestHandler.handleGetRequest(String pUri, String pPathInfo, Map<String, String[]> pParameterMap) Handle a GET requestorg.json.simple.JSONAwareHttpRequestHandler.handlePostRequest(String pUri, InputStream pInputStream, String pEncoding, Map<String, String[]> pParameterMap) Handle the input stream as given by a POST request -
Uses of EmptyResponseException in org.jolokia.server.core.service.request
Methods in org.jolokia.server.core.service.request that throw EmptyResponseExceptionModifier and TypeMethodDescription<R extends JolokiaRequest>
ObjectRequestHandler.handleRequest(R pJmxReq, Object pPreviousResult) Dispatch aJolokiaRequestto a certain backend and return the result of the JMX action.