HasServerNameIndication.UpdateStages.WithServerNameIndication<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the update

public static interface HasServerNameIndication.UpdateStages.WithServerNameIndication

The stage of an update allowing to require server name indication (SNI).

Method Summary

Modifier and Type Method and Description
abstract ReturnT withServerNameIndication()

Requires server name indication (SNI).

abstract ReturnT withoutServerNameIndication()

Ensures server name indication (SNI) is not required.

Method Details

withServerNameIndication

public abstract ReturnT withServerNameIndication()

Requires server name indication (SNI).

Returns:

the next stage of the update

withoutServerNameIndication

public abstract ReturnT withoutServerNameIndication()

Ensures server name indication (SNI) is not required.

Returns:

the next stage of the update

Applies to