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

Packages that use HttpUri
com.radekzitek.userver.http   
 

Uses of HttpUri in com.radekzitek.userver.http
 

Fields in com.radekzitek.userver.http declared as HttpUri
private  HttpUri HttpRequestLine.uri
          Request URI.
 

Methods in com.radekzitek.userver.http that return HttpUri
 HttpUri HttpRequestLine.getUri()
          Returns the URI.
 

Methods in com.radekzitek.userver.http with parameters of type HttpUri
 void HttpRequestLine.setUri(HttpUri uri)
          Sets the URI.