Provide access to the wrappedConnection in
org.apache.http.impl.conn.AbstractClientConnAdapter via some interface
-----------------------------------------------------------------------------------------------------------------
Key: HTTPCLIENT-690
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-690
Project: HttpComponents HttpClient
Issue Type: Wish
Components: HttpConn
Affects Versions: Snapshot
Reporter: Johannes Koch
Priority: Minor
Fix For: Snapshot
Provide access to the wrappedConnection in
org.apache.http.impl.conn.AbstractClientConnAdapter via some interface in order
to access the socket from within an HttpProcessor. Currently the
org.apache.http.conn.OperatedClientConnection has a getSocket() method, but the
connection implementation returned by
context.getAttribute(ExecutionContext.HTTP_CONNECTION)
(org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter) does not provide
access to the wrappedConnection.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]