IManagedClientConnection 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
具有高级连接逻辑的客户端连接。
[Android.Runtime.Register("org/apache/http/conn/ManagedClientConnection", "", "Org.Apache.Http.Conn.IManagedClientConnectionInvoker")]
public interface IManagedClientConnection : IDisposable, Java.Interop.IJavaPeerable, Org.Apache.Http.Conn.IConnectionReleaseTrigger, Org.Apache.Http.IHttpClientConnection, Org.Apache.Http.IHttpInetConnection
[<Android.Runtime.Register("org/apache/http/conn/ManagedClientConnection", "", "Org.Apache.Http.Conn.IManagedClientConnectionInvoker")>]
type IManagedClientConnection = interface
interface IConnectionReleaseTrigger
interface IJavaObject
interface IDisposable
interface IJavaPeerable
interface IHttpClientConnection
interface IHttpConnection
interface IHttpInetConnection
- 派生
- 属性
- 实现
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
属性
Handle |
获取基础 Android 对象的 JNI 值。 (继承自 IJavaObject) |
IsMarkedReusable |
指示此连接是否处于可重用的通信状态。 |
IsOpen |
检查此连接是否已打开。 (继承自 IHttpConnection) |
IsSecure |
指示此连接是否安全。 |
IsStale |
检查此连接是否已关闭。 (继承自 IHttpConnection) |
JniIdentityHashCode |
返回包装实例的值 |
JniManagedPeerState |
托管对等方的状态。 (继承自 IJavaPeerable) |
JniPeerMembers |
成员访问和调用支持。 (继承自 IJavaPeerable) |
LocalAddress | (继承自 IHttpInetConnection) |
LocalPort | (继承自 IHttpInetConnection) |
Metrics |
返回连接 metrcis 的集合 (继承自 IHttpConnection) |
PeerReference |
返回 JniObjectReference 包装的 Java 对象实例。 (继承自 IJavaPeerable) |
RemoteAddress | (继承自 IHttpInetConnection) |
RemotePort | (继承自 IHttpInetConnection) |
Route |
获取此连接的当前路由。 |
SocketTimeout |
返回套接字超时值。 (继承自 IHttpConnection) |
SSLSession |
获取基础连接的 SSL 会话(如果有)。 |
State |
返回与此连接关联的状态对象。 |
方法
扩展方法
JavaCast<TResult>(IJavaObject) |
执行 Android 运行时检查的类型转换。 |
JavaCast<TResult>(IJavaObject) |
具有高级连接逻辑的客户端连接。 |
GetJniTypeName(IJavaPeerable) |
具有高级连接逻辑的客户端连接。 |
OpenAsync(IManagedClientConnection, HttpRoute, IHttpContext, IHttpParams) |
具有高级连接逻辑的客户端连接。 |
FlushAsync(IHttpClientConnection) |
具有高级连接逻辑的客户端连接。 |
ReceiveResponseHeaderAsync(IHttpClientConnection) |
具有高级连接逻辑的客户端连接。 |
SendRequestEntityAsync(IHttpClientConnection, IHttpEntityEnclosingRequest) |
具有高级连接逻辑的客户端连接。 |
SendRequestHeaderAsync(IHttpClientConnection, IHttpRequest) |
具有高级连接逻辑的客户端连接。 |