Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571452 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
acf30a554b
commit
9c666a3c9f
|
@ -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 {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue