Package io.cryostat.agent.remote
Class MutatingRemoteContext
- java.lang.Object
-
- io.cryostat.agent.remote.MutatingRemoteContext
-
- All Implemented Interfaces:
HttpHandler,RemoteContext
public abstract class MutatingRemoteContext extends Object implements RemoteContext
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.microprofile.config.Configconfig-
Fields inherited from interface io.cryostat.agent.remote.RemoteContext
BODY_LENGTH_NONE, BODY_LENGTH_UNKNOWN
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMutatingRemoteContext(org.eclipse.microprofile.config.Config config)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanapiWritesEnabled(org.eclipse.microprofile.config.Config config)booleanavailable()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.net.httpserver.HttpHandler
handle
-
Methods inherited from interface io.cryostat.agent.remote.RemoteContext
path
-
-
-
-
Method Detail
-
available
public boolean available()
- Specified by:
availablein interfaceRemoteContext
-
apiWritesEnabled
public static boolean apiWritesEnabled(org.eclipse.microprofile.config.Config config)
-
-