AbstractMessageParser.ParseHead(ISessionInputBuffer) Method

Definition

Parses the head of an HTTP message from a session input buffer.

[Android.Runtime.Register("parseHead", "(Lorg/apache/http/io/SessionInputBuffer;)Lorg/apache/http/HttpMessage;", "GetParseHead_Lorg_apache_http_io_SessionInputBuffer_Handler")]
protected abstract Org.Apache.Http.IHttpMessage? ParseHead(Org.Apache.Http.IO.ISessionInputBuffer? sessionBuffer);
[<Android.Runtime.Register("parseHead", "(Lorg/apache/http/io/SessionInputBuffer;)Lorg/apache/http/HttpMessage;", "GetParseHead_Lorg_apache_http_io_SessionInputBuffer_Handler")>]
abstract member ParseHead : Org.Apache.Http.IO.ISessionInputBuffer -> Org.Apache.Http.IHttpMessage

Parameters

sessionBuffer
ISessionInputBuffer

The session input buffer.

Returns

The parsed HTTP message head.

Attributes

Remarks

Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.

Applies to