Method Summary |
|
protected AbstractConnector | createConnector() Creates a new internal Jetty connector. |
public String | getCertAlgorithm() Returns the SSL certificate algorithm. |
public String | getKeyPassword() Returns the SSL key password. |
public String | getKeystorePassword() Returns the SSL keystore password. |
public String | getKeystorePath() Returns the SSL keystore path. |
public String | getKeystoreType() Returns the SSL keystore type. |
public String | getSecureRandomAlgorithm() Returns the name of the RNG algorithm. |
public String | getSecurityProvider() Returns the Java security provider name. |
public String | getSslProtocol() Returns the SSL keystore type. |
public int | getType() Returns the type of Jetty connector to use. |
public boolean | isNeedClientAuthentication() Indicates if we require client certificate authentication. |
public boolean | isUseNio() Indicates if we would use the NIO-based connector instead of the BIO one. |
public boolean | isWantClientAuthentication() Indicates if we would like client certificate authentication. |