git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571452 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-02-24 21:40:25 +00:00
parent acf30a554b
commit 9c666a3c9f
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ public class SSLConnectionSocketFactory implements LayeredConnectionSocketFactor
* *
* The default implementation is a no-op, but could be overridden to, e.g., * The default implementation is a no-op, but could be overridden to, e.g.,
* call {@link javax.net.ssl.SSLSocket#setEnabledCipherSuites(String[])}. * call {@link javax.net.ssl.SSLSocket#setEnabledCipherSuites(String[])}.
* @throws IOException may be thrown if overridden
*/ */
protected void prepareSocket(final SSLSocket socket) throws IOException { protected void prepareSocket(final SSLSocket socket) throws IOException {
} }