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

Roland Weber updated HTTPCLIENT-690:
------------------------------------

    Issue Type: Improvement  (was: Wish)
       Summary: Provide access to SSLSession in ManagedClientConnection  (was: 
Provide access to the wrappedConnection in 
org.apache.http.impl.conn.AbstractClientConnAdapter via some interface)

The wrapped connection and socket should not be easily accessible directly. 
Direct access interferes with connection management. Applications in dire need 
of that feature should use an extended connection manager.

(see the discussion on httpcomponents-dev)


> Provide access to SSLSession in ManagedClientConnection
> -------------------------------------------------------
>
>                 Key: HTTPCLIENT-690
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-690
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          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