public class HttpClientDefaultSSLSocketFactoryModifier extends Object implements org.eclipse.ecf.internal.provider.filetransfer.httpclient4.ISSLSocketFactoryModifier, INonconnectedSocketFactory
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SSL_PROTOCOL |
Constructor and Description |
---|
HttpClientDefaultSSLSocketFactoryModifier() |
Modifier and Type | Method and Description |
---|---|
Socket |
createSocket() |
void |
dispose() |
INonconnectedSocketFactory |
getNonconnnectedSocketFactory() |
SSLContext |
getSSLContext(String protocols) |
SSLSocketFactory |
getSSLSocketFactory() |
public static final String DEFAULT_SSL_PROTOCOL
public HttpClientDefaultSSLSocketFactoryModifier()
public SSLSocketFactory getSSLSocketFactory() throws IOException
getSSLSocketFactory
in interface org.eclipse.ecf.internal.provider.filetransfer.httpclient4.ISSLSocketFactoryModifier
IOException
public SSLContext getSSLContext(String protocols)
public Socket createSocket() throws IOException
createSocket
in interface INonconnectedSocketFactory
IOException
public void dispose()
dispose
in interface org.eclipse.ecf.internal.provider.filetransfer.httpclient4.ISSLSocketFactoryModifier
public INonconnectedSocketFactory getNonconnnectedSocketFactory()
getNonconnnectedSocketFactory
in interface org.eclipse.ecf.internal.provider.filetransfer.httpclient4.ISSLSocketFactoryModifier
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.