Table of Contents

Class BidirectionalStream

Namespace
Android.Net.Http
Assembly
MASES.Netdroid.dll
public class BidirectionalStream : JVMBridgeBase<BidirectionalStream>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
BidirectionalStream
Implements
Extension Methods

Constructors

BidirectionalStream()

public BidirectionalStream()

BidirectionalStream(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public BidirectionalStream(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

STREAM_PRIORITY_HIGHEST

public static int STREAM_PRIORITY_HIGHEST { get; set; }

Property Value

int

STREAM_PRIORITY_IDLE

public static int STREAM_PRIORITY_IDLE { get; set; }

Property Value

int

STREAM_PRIORITY_LOW

public static int STREAM_PRIORITY_LOW { get; set; }

Property Value

int

STREAM_PRIORITY_LOWEST

public static int STREAM_PRIORITY_LOWEST { get; set; }

Property Value

int

STREAM_PRIORITY_MEDIUM

public static int STREAM_PRIORITY_MEDIUM { get; set; }

Property Value

int

Methods

Cancel()

public void Cancel()

CreatePoolableInstance()

HPA initializer for BidirectionalStream()

public static BidirectionalStream CreatePoolableInstance()

Returns

BidirectionalStream

Flush()

public void Flush()

GetHeaders()

public HeaderBlock GetHeaders()

Returns

HeaderBlock

HeaderBlock

GetHttpMethod()

public String GetHttpMethod()

Returns

String

String

GetPriority()

public int GetPriority()

Returns

int

int

GetTrafficStatsTag()

public int GetTrafficStatsTag()

Returns

int

int

GetTrafficStatsUid()

public int GetTrafficStatsUid()

Returns

int

int

HasTrafficStatsTag()

public bool HasTrafficStatsTag()

Returns

bool

bool

HasTrafficStatsUid()

public bool HasTrafficStatsUid()

Returns

bool

bool

IsDelayRequestHeadersUntilFirstFlushEnabled()

public bool IsDelayRequestHeadersUntilFirstFlushEnabled()

Returns

bool

bool

IsDone()

public bool IsDone()

Returns

bool

bool

Read(ByteBuffer)

public void Read(ByteBuffer arg0)

Parameters

arg0 ByteBuffer

ByteBuffer

Start()

public void Start()

Write(ByteBuffer, bool)

public void Write(ByteBuffer arg0, bool arg1)

Parameters

arg0 ByteBuffer

ByteBuffer

arg1 bool

bool