Package io.cryostat.agent.remote
Interface RemoteContext
-
- All Superinterfaces:
HttpHandler
- All Known Implementing Classes:
MutatingRemoteContext
public interface RemoteContext extends HttpHandler
-
-
Field Summary
Fields Modifier and Type Field Description static intBODY_LENGTH_NONEstatic intBODY_LENGTH_UNKNOWN
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleanavailable()Stringpath()-
Methods inherited from interface com.sun.net.httpserver.HttpHandler
handle
-
-
-
-
Field Detail
-
BODY_LENGTH_NONE
static final int BODY_LENGTH_NONE
- See Also:
- Constant Field Values
-
BODY_LENGTH_UNKNOWN
static final int BODY_LENGTH_UNKNOWN
- See Also:
- Constant Field Values
-
-
Method Detail
-
path
String path()
-
available
default boolean available()
-
-