private static class SslSocketManager.SslSocketManagerFactory extends java.lang.Object implements ManagerFactory<SslSocketManager,SslSocketManager.SslFactoryData>
Modifier and Type | Class and Description |
---|---|
private static class |
SslSocketManager.SslSocketManagerFactory.TlsSocketManagerFactoryException |
Modifier | Constructor and Description |
---|---|
private |
SslSocketManagerFactory() |
Modifier and Type | Method and Description |
---|---|
private void |
checkDelay(int delay,
java.io.OutputStream os) |
SslSocketManager |
createManager(java.lang.String name,
SslSocketManager.SslFactoryData data)
Creates a Manager.
|
private java.net.Socket |
createSocket(SslSocketManager.SslFactoryData data) |
private java.net.InetAddress |
resolveAddress(java.lang.String hostName) |
public SslSocketManager createManager(java.lang.String name, SslSocketManager.SslFactoryData data)
ManagerFactory
createManager
in interface ManagerFactory<SslSocketManager,SslSocketManager.SslFactoryData>
name
- The name of the entity to manage.data
- The data required to create the entity.private java.net.InetAddress resolveAddress(java.lang.String hostName) throws SslSocketManager.SslSocketManagerFactory.TlsSocketManagerFactoryException
private void checkDelay(int delay, java.io.OutputStream os) throws SslSocketManager.SslSocketManagerFactory.TlsSocketManagerFactoryException
private java.net.Socket createSocket(SslSocketManager.SslFactoryData data) throws java.io.IOException
java.io.IOException