Java org.apache.http.nio.conn ManagedClientAsyncConnection fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.nio.conn ManagedClientAsyncConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.nio.conn ManagedClientAsyncConnection.

The text is from its open source code.

Method

voidabortConnection()
Releases the connection without the option of keep-alive.
HttpRoutegetRoute()
Obtains the current route of this connection.
booleanisOpen()
voidopen(HttpRoute route, HttpContext context, HttpParams params)
voidreleaseConnection()
Releases the connection with the option of keep-alive.