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

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

Uses of HttpVersionFormatException in com.radekzitek.userver.http
 

Methods in com.radekzitek.userver.http that throw HttpVersionFormatException
 void HttpVersion.parse(java.lang.String versionString)
          Method used to set the version using the string present in the HTTP request message - HTTP/1.1 for example.
 void HttpResponseLine.parse(java.lang.String lineString)
          Parser for the start line using the given input string.
 void HttpRequestLine.parse(java.lang.String lineString)
           
 

Constructors in com.radekzitek.userver.http that throw HttpVersionFormatException
HttpVersion(java.lang.String versionString)
          Contructor used to set the version using the string present in the HTTP request message - HTTP/1.1 for example.
HttpResponseLine(java.lang.String lineString)
          Constructor for the start line using the given input string.
HttpRequestLine(java.lang.String lineString)
           
 

Uses of HttpVersionFormatException in com.radekzitek.userver.httpio
 

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