Uses of Class
javax.net.ssl.SNIServerName
Packages that use SNIServerName
-
Uses of SNIServerName in javax.net.ssl
Subclasses of SNIServerName in javax.net.ssl修饰符和类ClassDescriptionfinal classInstances of this class represent a server name of typehost_namein a Server Name Indication (SNI) extension.Methods in javax.net.ssl that return types with arguments of type SNIServerName修饰符和类方法DescriptionExtendedSSLSession.getRequestedServerNames()Obtains aListcontaining allSNIServerNames of the requested Server Name Indication (SNI) extension.final List<SNIServerName> SSLParameters.getServerNames()Returns aListcontaining allSNIServerNames of the Server Name Indication (SNI) parameter, or null if none has been set.Methods in javax.net.ssl with parameters of type SNIServerName修饰符和类方法Descriptionabstract booleanSNIMatcher.matches(SNIServerName serverName) Attempts to match the givenSNIServerName.Method parameters in javax.net.ssl with type arguments of type SNIServerName修饰符和类方法Descriptionfinal voidSSLParameters.setServerNames(List<SNIServerName> serverNames) Sets the desiredSNIServerNames of the Server Name Indication (SNI) parameter.