|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.qos.logback.core.net.ssl.SSLConfigurableServerSocket
public class SSLConfigurableServerSocket
An SSLConfigurable wrapper for an SSLServerSocket.
| Constructor Summary | |
|---|---|
SSLConfigurableServerSocket(SSLServerSocket delegate)
|
|
| Method Summary | |
|---|---|
String[] |
getDefaultCipherSuites()
Gets the set of cipher suites that the SSL component enables by default. |
String[] |
getDefaultProtocols()
Gets the set of protocols that the SSL component enables by default. |
String[] |
getSupportedCipherSuites()
Gets the set of cipher suites that the SSL component supports. |
String[] |
getSupportedProtocols()
Gets the set of protocols that the SSL component supports. |
void |
setEnabledCipherSuites(String[] suites)
Sets the enabled cipher suites on the SSL component. |
void |
setEnabledProtocols(String[] protocols)
Sets the enabled protocols on the SSL component. |
void |
setNeedClientAuth(boolean state)
Sets a flag indicating whether the SSL component should require client authentication. |
void |
setWantClientAuth(boolean state)
Sets a flag indicating whether the SSL component should request client authentication. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSLConfigurableServerSocket(SSLServerSocket delegate)
| Method Detail |
|---|
public String[] getDefaultProtocols()
SSLConfigurable
getDefaultProtocols in interface SSLConfigurableSSLConfigurable.getSupportedProtocols()); the return value may be
an empty array but must never be null.public String[] getSupportedProtocols()
SSLConfigurable
getSupportedProtocols in interface SSLConfigurablenull.public void setEnabledProtocols(String[] protocols)
SSLConfigurable
setEnabledProtocols in interface SSLConfigurablepublic String[] getDefaultCipherSuites()
SSLConfigurable
getDefaultCipherSuites in interface SSLConfigurableSSLConfigurable.getSupportedCipherSuites()); the return value may be
an empty array but must never be nullpublic String[] getSupportedCipherSuites()
SSLConfigurable
getSupportedCipherSuites in interface SSLConfigurablenullpublic void setEnabledCipherSuites(String[] suites)
SSLConfigurable
setEnabledCipherSuites in interface SSLConfigurablesuites - the cipher suites to enablepublic void setNeedClientAuth(boolean state)
SSLConfigurable
setNeedClientAuth in interface SSLConfigurablestate - the flag state to setpublic void setWantClientAuth(boolean state)
SSLConfigurable
setWantClientAuth in interface SSLConfigurablestate - the flag state to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||