Interface HasServerNameIndication
- All Known Subinterfaces:
ApplicationGatewayListener,ApplicationGatewayRequestRoutingRule
public interface HasServerNameIndication
An interface representing a model's ability to require server name indication.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceGrouping of definition stages involving requiring the server name indication.static interfaceGrouping of definition stages applicable as part of a parent resource update.static interfaceGrouping of update stages involving requiring the server name indication. -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether server name indication (SNI) is required.
-
Method Details
-
requiresServerNameIndication
boolean requiresServerNameIndication()Checks whether server name indication (SNI) is required.- Returns:
- true if server name indication (SNI) is required, else false.
-