[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski updated HTTPCLIENT-690:
-----------------------------------------

    Fix Version/s:     (was: Snapshot)
                   4.0 Alpha 2

Would giving access to the SSLSession be sufficient? Do we really need to 
expose the underlying socket?

Oleg

> 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: 4.0 Alpha 2
>
>
> 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]

Reply via email to