org.wildfly.swarm.config.elytron.ServerSslContextSupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.elytron;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface ServerSslContextSupplier {
/**
* Constructed instance of ServerSslContext resource
*
* @return The instance
*/
public ServerSslContext get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy