Package io.airlift.jmx.http.rpc
Class MBeanServerResource
java.lang.Object
io.airlift.jmx.http.rpc.MBeanServerResource
-
Constructor Summary
ConstructorsConstructorDescriptionMBeanServerResource(MBeanServer mbeanServer, HttpMBeanServerCredentials credentials) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responseinvoke(String method, InputStream in, String authHeader)
-
Constructor Details
-
MBeanServerResource
-
-
Method Details
-
invoke
@POST @Path("{method}") public jakarta.ws.rs.core.Response invoke(@PathParam("method") String method, InputStream in, @HeaderParam("Authorization") String authHeader) throws Exception - Throws:
Exception
-