Uses of Class
com.github.kristofa.test.http.Method

Packages that use Method
com.github.kristofa.test.http   
 

Uses of Method in com.github.kristofa.test.http
 

Methods in com.github.kristofa.test.http that return Method
 Method HttpRequestImpl.getMethod()
          Gets method for request.
 Method HttpRequest.getMethod()
          Gets method for request.
 Method FullHttpRequestImpl.getMethod()
          Gets method for request.
static Method Method.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Method[] Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.github.kristofa.test.http with parameters of type Method
 SimpleHttpResponseProvider SimpleHttpResponseProvider.expect(Method method, String path)
          Provide an expected request without content.
 SimpleHttpResponseProvider SimpleHttpResponseProvider.expect(Method method, String path, String contentType, String requestEntity)
          Provide an expected request with content.
 HttpRequestImpl HttpRequestImpl.method(Method method)
          Sets method for request.
 FullHttpRequestImpl FullHttpRequestImpl.method(Method method)
          Sets method for request.
 



Copyright © 2014. All Rights Reserved.