Package org.glassfish.jersey.client.spi
Interface DefaultSslContextProvider
-
public interface DefaultSslContextProviderDefaultSSLContextprovider.Can be used to override
SslConfigurator.getDefaultContext().- Since:
- 2.21.1
- Author:
- Pavel Bucek
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSLContextgetDefaultSslContext()Get defaultSSLContext.
-
-
-
Method Detail
-
getDefaultSslContext
SSLContext getDefaultSslContext()
Get defaultSSLContext.Returned instance is expected to be configured to container default values.
- Returns:
- default SSL context.
- Throws:
IllegalStateException- when there is a problem with creating or obtaining default SSL context.
-
-