Gary Gregory created HTTPCORE-462:
-------------------------------------

             Summary: Deprecate SSLContextBuilder.useProtocol(String) in favor 
a new method setProtocol(String)
                 Key: HTTPCORE-462
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-462
             Project: HttpComponents HttpCore
          Issue Type: Improvement
            Reporter: Gary Gregory
             Fix For: 4.4.7


In Core 4.4.x we have:

{code:java}
SSLContextBuilder.useProtocol(String)
{code}

and in 5.0, we have:

{code:java}
SSLContextBuilder.setProtocol(String)
{code}

This ticket adds {{SSLContextBuilder.setProtocol(String)}} to 4.4.x and 
deprecates {{useProtocol(String)}} to make porting to 5.0 easier.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to