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

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

Uses of HttpHeaderFormatException in com.radekzitek.userver.http
 

Methods in com.radekzitek.userver.http that throw HttpHeaderFormatException
 void HttpHeader.parse(java.lang.String headerLine)
           
 

Constructors in com.radekzitek.userver.http that throw HttpHeaderFormatException
HttpHeader(java.lang.String headerLine)
          Constructs a header from the single string.
 

Uses of HttpHeaderFormatException in com.radekzitek.userver.httpio
 

Methods in com.radekzitek.userver.httpio that throw HttpHeaderFormatException
 HttpRequestMessage HttpConnection.readRequestMessageHead()
           
 HttpResponseMessage HttpConnection.readResponseMessageHead()
           
 void HttpConnection.copyBodyTo(HttpMessage m, HttpConnection c)