Class SSLEngineOptions

    • Field Detail

      • DEFAULT_USE_WORKER_POOL

        public static final boolean DEFAULT_USE_WORKER_POOL
        The default thread pool type for SSL blocking operations.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SSLEngineOptions

        public SSLEngineOptions()
      • SSLEngineOptions

        public SSLEngineOptions​(JsonObject json)
    • Method Detail

      • getUseWorkerThread

        public boolean getUseWorkerThread()
        Returns:
        whether to use the worker pool for SSL blocking operationsg
      • setUseWorkerThread

        public SSLEngineOptions setUseWorkerThread​(boolean useWorkerThread)
        Set the thread pool to use for SSL blocking operations.
        Parameters:
        useWorkerThread - whether to use the vertx internal worker pool for SSL blocking operations
        Returns:
        a reference to this, so the API can be used fluently