The members of Org.Apache.Http.Message.BasicLineParser are listed below.
See Also: Inherited members from Java.Lang.Object
| Creates a new line parser for HTTP. | ||
| Creates a new line parser for the given HTTP-like protocol. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] static | Default | BasicLineParser. A default instance of this class, for use as default or fallback. |
| Protocol | Org.Apache.Http.ProtocolVersion. A version of the protocol to parse. | |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
HasProtocolVersion(Org.Apache.Http.Util.CharArrayBuffer, ParserCursor)Checks whether there likely is a protocol version in a line. | ||
ParseHeader(Org.Apache.Http.Util.CharArrayBuffer)Creates a header from a line. | ||
static | ParseHeader(string, ILineParser) | |
ParseProtocolVersion(Org.Apache.Http.Util.CharArrayBuffer, ParserCursor)Parses the textual representation of a protocol version. | ||
static | ParseProtocolVersion(string, ILineParser) | |
ParseRequestLine(Org.Apache.Http.Util.CharArrayBuffer, ParserCursor)Parses a request line. | ||
static | ParseRequestLine(string, ILineParser) | |
ParseStatusLine(Org.Apache.Http.Util.CharArrayBuffer, ParserCursor)Parses a status line. | ||
static | ParseStatusLine(string, ILineParser) | |
CreateProtocolVersion(int, int)Creates a protocol version. | ||
CreateRequestLine(string, string, Org.Apache.Http.ProtocolVersion)Instantiates a new request line. | ||
CreateStatusLine(Org.Apache.Http.ProtocolVersion, int, string)Instantiates a new status line. | ||
SkipWhitespace(Org.Apache.Http.Util.CharArrayBuffer, ParserCursor)Helper to skip whitespace. | ||