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