Uses of Enum Class
org.apache.nifi.bootstrap.command.io.HttpRequestMethod
Packages that use HttpRequestMethod
-
Uses of HttpRequestMethod in org.apache.nifi.bootstrap.command
Fields in org.apache.nifi.bootstrap.command declared as HttpRequestMethodModifier and TypeFieldDescriptionprivate final HttpRequestMethod
ManagementServerBootstrapCommand.httpRequestMethod
Constructors in org.apache.nifi.bootstrap.command with parameters of type HttpRequestMethodModifierConstructorDescription(package private)
ManagementServerBootstrapCommand
(ProcessHandleProvider processHandleProvider, HttpRequestMethod httpRequestMethod, ManagementServerPath managementServerPath, String managementServerQuery, int successStatusCode, ResponseStreamHandler responseStreamHandler) -
Uses of HttpRequestMethod in org.apache.nifi.bootstrap.command.io
Methods in org.apache.nifi.bootstrap.command.io that return HttpRequestMethodModifier and TypeMethodDescriptionstatic HttpRequestMethod
Returns the enum constant of this class with the specified name.static HttpRequestMethod[]
HttpRequestMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.