Uses of Class
com.radekzitek.userver.http.HttpMethod

Packages that use HttpMethod
com.radekzitek.userver.http   
 

Uses of HttpMethod in com.radekzitek.userver.http
 

Fields in com.radekzitek.userver.http declared as HttpMethod
private  HttpMethod HttpRequestLine.method
          Request method.
 

Methods in com.radekzitek.userver.http that return HttpMethod
 HttpMethod HttpRequestLine.getMethod()
          Returns the method.
 

Methods in com.radekzitek.userver.http with parameters of type HttpMethod
 void HttpRequestLine.setMethod(HttpMethod method)
          Sets the method.