public interface  org.apache.hc.core.http.message.LineParser extends java.lang.Object
{
public abstract org.apache.hc.core.http.message.RequestLine parseRequestLine(org.apache.hc.core.util.CharArrayBuffer) throws org.apache.hc.core.http.ParseException;
public abstract org.apache.hc.core.http.message.StatusLine parseStatusLine(org.apache.hc.core.util.CharArrayBuffer) throws org.apache.hc.core.http.ParseException;
public abstract org.apache.hc.core.http.Header parseHeader(org.apache.hc.core.util.CharArrayBuffer) throws org.apache.hc.core.http.ParseException;
}