|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.net.SocketFactory
ch.qos.logback.core.net.ssl.ConfigurableSSLSocketFactory
public class ConfigurableSSLSocketFactory
An SSLSocketFactory that configures SSL parameters
(those covered by SSLParameters) on each newly created socket.
When any of this factory's createSocket methods are invoked, it
calls on a SSLSocketFactory delegate to create the socket, and
then sets the SSL parameters of the socket (using the provided
configuration) before returning the socket to the caller.
| Constructor Summary | |
|---|---|
ConfigurableSSLSocketFactory(SSLParametersConfiguration parameters,
SSLSocketFactory delegate)
Creates a new factory. |
|
| Method Summary | |
|---|---|
Socket |
createSocket(InetAddress host,
int port)
|
Socket |
createSocket(InetAddress address,
int port,
InetAddress localAddress,
int localPort)
|
Socket |
createSocket(String host,
int port)
|
Socket |
createSocket(String host,
int port,
InetAddress localHost,
int localPort)
|
| Methods inherited from class javax.net.SocketFactory |
|---|
createSocket, getDefault |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurableSSLSocketFactory(SSLParametersConfiguration parameters,
SSLSocketFactory delegate)
parameters - parameters that will be configured on each
socket created by the factorydelegate - socket factory that will be called upon to create
sockets before configuration| Method Detail |
|---|
public Socket createSocket(InetAddress address,
int port,
InetAddress localAddress,
int localPort)
throws IOException
createSocket in class SocketFactoryIOException
public Socket createSocket(InetAddress host,
int port)
throws IOException
createSocket in class SocketFactoryIOException
public Socket createSocket(String host,
int port,
InetAddress localHost,
int localPort)
throws IOException,
UnknownHostException
createSocket in class SocketFactoryIOException
UnknownHostException
public Socket createSocket(String host,
int port)
throws IOException,
UnknownHostException
createSocket in class SocketFactoryIOException
UnknownHostException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||