Uses of Enum Class
io.helidon.webclient.api.SniMode

Packages that use SniMode
Package
Description
Helidon WebClient APIs shared by all types of clients.
  • Uses of SniMode in io.helidon.webclient.api

    Subclasses with type arguments of type SniMode in io.helidon.webclient.api
    Modifier and Type
    Class
    Description
    enum 
    Source of the client-side TLS SNI host.
    Methods in io.helidon.webclient.api that return SniMode
    Modifier and Type
    Method
    Description
    SniConfig.BuilderBase.mode()
    TLS peer host source mode for SNI and endpoint identification: uri-host, host-header, explicit, or disabled.
    SniConfig.BuilderBase.SniConfigImpl.mode()
     
    SniConfig.mode()
    TLS peer host source mode for SNI and endpoint identification: uri-host, host-header, explicit, or disabled.
    static SniMode
    SniMode.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static SniMode[]
    SniMode.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in io.helidon.webclient.api with parameters of type SniMode
    Modifier and Type
    Method
    Description
    SniConfig.BuilderBase.mode(SniMode mode)
    TLS peer host source mode for SNI and endpoint identification: uri-host, host-header, explicit, or disabled.