BasicLineParser.ParseStatusLine Method

Definition

Overloads

ParseStatusLine(CharArrayBuffer, ParserCursor)

Parses a status line.

ParseStatusLine(String, ILineParser)

ParseStatusLine(CharArrayBuffer, ParserCursor)

Parses a status line.

[Android.Runtime.Register("parseStatusLine", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/StatusLine;", "GetParseStatusLine_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_message_ParserCursor_Handler")]
public virtual Org.Apache.Http.IStatusLine? ParseStatusLine (Org.Apache.Http.Util.CharArrayBuffer? buffer, Org.Apache.Http.Message.ParserCursor? cursor);
[<Android.Runtime.Register("parseStatusLine", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/StatusLine;", "GetParseStatusLine_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_message_ParserCursor_Handler")>]
abstract member ParseStatusLine : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.Message.ParserCursor -> Org.Apache.Http.IStatusLine
override this.ParseStatusLine : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.Message.ParserCursor -> Org.Apache.Http.IStatusLine

Parameters

buffer
CharArrayBuffer

a buffer holding the line to parse

cursor
ParserCursor

the parser cursor containing the current position and the bounds within the buffer for the parsing operation

Returns

Implements

Attributes

Exceptions

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ParseStatusLine(String, ILineParser)

[Android.Runtime.Register("parseStatusLine", "(Ljava/lang/String;Lorg/apache/http/message/LineParser;)Lorg/apache/http/StatusLine;", "")]
public static Org.Apache.Http.IStatusLine? ParseStatusLine (string? value, Org.Apache.Http.Message.ILineParser? parser);
[<Android.Runtime.Register("parseStatusLine", "(Ljava/lang/String;Lorg/apache/http/message/LineParser;)Lorg/apache/http/StatusLine;", "")>]
static member ParseStatusLine : string * Org.Apache.Http.Message.ILineParser -> Org.Apache.Http.IStatusLine

Parameters

value
String
parser
ILineParser

Returns

Attributes

Exceptions

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to