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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.http.nio.conn.ManagedNHttpClientConnection has the following implementations.
Click this link to see all its implementation.

Method

voidbind(IOSession iosession)
Binds connection to the given I/O session.
voidclose()
StringgetId()
Returns connection ID which is expected to be unique for the life span of the connection manager.
IOSessiongetIOSession()
Returns the underlying I/O session.
intgetSocketTimeout()
booleanisOpen()
voidshutdown()