Class BidirectionalStream
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
STREAM_PRIORITY_HIGHEST
public static int STREAM_PRIORITY_HIGHEST { get; set; }
Property Value
STREAM_PRIORITY_IDLE
public static int STREAM_PRIORITY_IDLE { get; set; }
Property Value
STREAM_PRIORITY_LOW
public static int STREAM_PRIORITY_LOW { get; set; }
Property Value
STREAM_PRIORITY_LOWEST
public static int STREAM_PRIORITY_LOWEST { get; set; }
Property Value
STREAM_PRIORITY_MEDIUM
public static int STREAM_PRIORITY_MEDIUM { get; set; }
Property Value
Methods
Cancel()
public void Cancel()
CreatePoolableInstance()
HPA initializer for BidirectionalStream()
public static BidirectionalStream CreatePoolableInstance()
Returns
Flush()
public void Flush()
GetHeaders()
public HeaderBlock GetHeaders()
Returns
GetHttpMethod()
public String GetHttpMethod()
Returns
GetPriority()
public int GetPriority()
Returns
GetTrafficStatsTag()
public int GetTrafficStatsTag()
Returns
GetTrafficStatsUid()
public int GetTrafficStatsUid()
Returns
HasTrafficStatsTag()
public bool HasTrafficStatsTag()
Returns
HasTrafficStatsUid()
public bool HasTrafficStatsUid()
Returns
IsDelayRequestHeadersUntilFirstFlushEnabled()
public bool IsDelayRequestHeadersUntilFirstFlushEnabled()
Returns
IsDone()
public bool IsDone()
Returns
Read(ByteBuffer)
public void Read(ByteBuffer arg0)
Parameters
arg0ByteBuffer
Start()
public void Start()
Write(ByteBuffer, bool)
public void Write(ByteBuffer arg0, bool arg1)
Parameters
arg0ByteBufferarg1bool