Uses of Class
com.radekzitek.userver.http.exception.HttpUriFormatException

Packages that use HttpUriFormatException
com.radekzitek.userver.http   
com.radekzitek.userver.httpio   
 

Uses of HttpUriFormatException in com.radekzitek.userver.http
 

Methods in com.radekzitek.userver.http that throw HttpUriFormatException
 void HttpUri.parse(java.lang.String uriString)
          Parses the given string into the URI.
 void HttpRequestLine.parse(java.lang.String lineString)
           
 

Constructors in com.radekzitek.userver.http that throw HttpUriFormatException
HttpUri(java.lang.String uriString)
          Constructs URI based on the provided URI string.
HttpRequestLine(java.lang.String lineString)
           
 

Uses of HttpUriFormatException in com.radekzitek.userver.httpio
 

Methods in com.radekzitek.userver.httpio that throw HttpUriFormatException
 HttpRequestMessage HttpConnection.readRequestMessageHead()
           
 HttpResponseMessage HttpConnection.readResponseMessageHead()