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

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

Uses of HttpStatusCodeFormatException in com.radekzitek.userver.http
 

Methods in com.radekzitek.userver.http that throw HttpStatusCodeFormatException
 void HttpResponseLine.parse(java.lang.String lineString)
          Parser for the start line using the given input string.
 void HttpStatusCode.parse(java.lang.String codeString)
           
 

Constructors in com.radekzitek.userver.http that throw HttpStatusCodeFormatException
HttpResponseLine(java.lang.String lineString)
          Constructor for the start line using the given input string.
HttpStatusCode(java.lang.String codeString)
          Creates status code from given string.
 

Uses of HttpStatusCodeFormatException in com.radekzitek.userver.httpio
 

Methods in com.radekzitek.userver.httpio that throw HttpStatusCodeFormatException
 HttpResponseMessage HttpConnection.readResponseMessageHead()