Uses of Class
org.glassfish.embeddable.web.config.SslConfig
-
Packages that use SslConfig Package Description org.glassfish.embeddable.web Provides classes and interfaces necessary to programmatically configure embedded WebContainer and create contexts, virtual servers, and web listeners. -
-
Uses of SslConfig in org.glassfish.embeddable.web
Methods in org.glassfish.embeddable.web that return SslConfig Modifier and Type Method Description SslConfigHttpsListener. getSslConfig()Gets the SslConfig for this web listenerMethods in org.glassfish.embeddable.web with parameters of type SslConfig Modifier and Type Method Description voidHttpsListener. setSslConfig(SslConfig sslConfig)Sets the SSL configuration for this web listener
-