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

org.infinispan.server.router.routes.SniRouteSource Maven / Gradle / Ivy

The newest version!
package org.infinispan.server.router.routes;

import javax.net.ssl.SSLContext;

public interface SniRouteSource extends RouteSource {

    SSLContext getSslContext();

    String getSniHostName();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy