All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.runtime.ssl.SslContextConfigurationRecorder Maven / Gradle / Ivy

The newest version!
package io.quarkus.runtime.ssl;

import io.quarkus.runtime.annotations.Recorder;

@Recorder
public class SslContextConfigurationRecorder {

    public void setSslNativeEnabled(boolean sslNativeEnabled) {
        SslContextConfiguration.setSslNativeEnabled(sslNativeEnabled);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy