- withCertificateFile(String) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
Sets the certificate file for the connector being created.
- withCertificateKeyFile(String) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
Sets the certificate key file for the connector being created.
- withCertificateKeyPassword(char[]) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
The the certificate key password for the connector being built
- withExcludeCipherSuites(String...) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
Sets the SSL ecluded cipher suites.
- withExcludeProtocols(String...) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
Sets SSL excluded protocols.
- withHttpConfiguration(HttpConfiguration) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
Sets the HttpConfiguration for the connector being built.
- withIncludeCipherSuites(String...) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
Sets the SSL included cipher suites.
- withIncludeProtocols(String...) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
Sets SSL included protocols.
- withKeyManager(KeyManager) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
Sets the
KeyManager for the connector being built.
- withMaxRequestQueueSize(int) - Method in class org.italiangrid.utils.jetty.ThreadPoolBuilder
-
Sets the maximum request queue size for this thread pool.
- withMaxThreads(int) - Method in class org.italiangrid.utils.jetty.ThreadPoolBuilder
-
Sets the max number of threads for the thread pool.
- withMinThreads(int) - Method in class org.italiangrid.utils.jetty.ThreadPoolBuilder
-
Sets the minimum number of threads for the thread pool.
- withNeedClientAuth(boolean) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
Sets the SslContextFactory.setNeedClientAuth(boolean) parameter for
the connector being created.
- withPort(int) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
Sets the port for the connector being created.
- withWantClientAuth(boolean) - Method in class org.italiangrid.utils.jetty.TLSServerConnectorBuilder
-
Sets the SslContextFactory.setWantClientAuth(boolean) parameter for
the connector being created.