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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

voidclose()
voidflush()
SocketgetSocket()
Obtains the socket for this connection.
booleanisOpen()
voidopenCompleted(boolean secure, HttpParams params)
Signals that the connection has been successfully open.
voidopening(Socket sock, HttpHost target)
Signals that this connection is in the process of being open.
voidreceiveResponseEntity(HttpResponse httpResponse)
HttpResponsereceiveResponseHeader()
voidsendRequestHeader(HttpRequest httpRequest)
voidupdate(Socket sock, HttpHost target, boolean secure, HttpParams params)
Updates this connection.