Uses of Class
org.opendaylight.infrautils.testutils.web.TestWebClient.Method
-
Packages that use TestWebClient.Method Package Description org.opendaylight.infrautils.testutils.web -
-
Uses of TestWebClient.Method in org.opendaylight.infrautils.testutils.web
Methods in org.opendaylight.infrautils.testutils.web that return TestWebClient.Method Modifier and Type Method Description static TestWebClient.Method
TestWebClient.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestWebClient.Method[]
TestWebClient.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.infrautils.testutils.web with parameters of type TestWebClient.Method Modifier and Type Method Description HttpResponse
TestWebClient. request(TestWebClient.Method httpMethod, String path)
-