public class JSSEImplementation extends SSLImplementation
Constructor and Description |
---|
JSSEImplementation() |
Modifier and Type | Method and Description |
---|---|
String |
getImplementationName() |
ServerSocketFactory |
getServerSocketFactory(AbstractEndpoint endpoint) |
SSLSupport |
getSSLSupport(Socket s) |
SSLSupport |
getSSLSupport(SSLSession session) |
SSLUtil |
getSSLUtil(AbstractEndpoint endpoint) |
getInstance, getInstance
public String getImplementationName()
getImplementationName
in class SSLImplementation
public ServerSocketFactory getServerSocketFactory(AbstractEndpoint endpoint)
getServerSocketFactory
in class SSLImplementation
public SSLSupport getSSLSupport(Socket s)
getSSLSupport
in class SSLImplementation
public SSLSupport getSSLSupport(SSLSession session)
getSSLSupport
in class SSLImplementation
public SSLUtil getSSLUtil(AbstractEndpoint endpoint)
getSSLUtil
in class SSLImplementation
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.