Uses of Class
org.commonjava.test.http.common.CommonMethod
-
Packages that use CommonMethod Package Description org.commonjava.test.http.common org.commonjava.test.http.expect org.commonjava.test.http.stream -
-
Uses of CommonMethod in org.commonjava.test.http.common
Methods in org.commonjava.test.http.common that return CommonMethod Modifier and Type Method Description static CommonMethodCommonMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonMethod[]CommonMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommonMethod in org.commonjava.test.http.expect
Methods in org.commonjava.test.http.expect with parameters of type CommonMethod Modifier and Type Method Description StringExpectationServer. getAccessKey(CommonMethod method, String path)StringExpectationServlet. getAccessKey(CommonMethod method, String path) -
Uses of CommonMethod in org.commonjava.test.http.stream
Methods in org.commonjava.test.http.stream with parameters of type CommonMethod Modifier and Type Method Description StringStreamServer. getAccessKey(CommonMethod method, String path)StringStreamServlet. getAccessKey(CommonMethod method, String path)
-