Index

C F G H N O R S 
All Classes and Interfaces|All Packages

S

setClientSSLConfigResolver(SNIClientConfigResolver) - Method in class org.glassfish.grizzly.sni.SNIFilter
Sets SNIClientConfigResolver, which is responsible for customizing SSLEngineConfigurator and SNI host name to be sent to a server.
setServerSSLConfigResolver(SNIServerConfigResolver) - Method in class org.glassfish.grizzly.sni.SNIFilter
Sets SNIServerConfigResolver, which is responsible for customizing SSLEngineConfigurator for newly accepted Connections, based on SNI host name information sent by a client.
SNIClientConfigResolver - Interface in org.glassfish.grizzly.sni
The client-side SNI config resolver, which could be used to customize SNI host name sent from client to server.
SNIConfig - Class in org.glassfish.grizzly.sni
The object represents SNI configuration for either server or client side.
SNIFilter - Class in org.glassfish.grizzly.sni
TLS Server Name Indication (SNI) Filter implementation.
SNIFilter() - Constructor for class org.glassfish.grizzly.sni.SNIFilter
 
SNIFilter(SSLEngineConfigurator, SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.sni.SNIFilter
Construct an SNIFilter with the given default client and server side SSLEngineConfigurator.
SNIFilter(SSLEngineConfigurator, SSLEngineConfigurator, boolean) - Constructor for class org.glassfish.grizzly.sni.SNIFilter
Construct an SNIFilter with the given default SSLEngineConfigurator.
SNIServerConfigResolver - Interface in org.glassfish.grizzly.sni
The server-side SNI config resolver, which could be used to customize SSLEngineConfigurator based on the SNI host name information sent from client.
C F G H N O R S 
All Classes and Interfaces|All Packages