HasServerNameIndication Interface
public interface HasServerNameIndication
An interface representing a model's ability to require server name indication.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract boolean | requiresServerNameIndication() |
Method Details
requiresServerNameIndication
public abstract boolean requiresServerNameIndication()
Returns:
true if server name indication (SNI) is required, else false.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java