Class GrpcClientProperties.Channel.Ssl

java.lang.Object
org.springframework.boot.grpc.client.autoconfigure.GrpcClientProperties.Channel.Ssl
Enclosing class:
GrpcClientProperties.Channel

public static class GrpcClientProperties.Channel.Ssl extends Object
SSL properties.
Since:
4.1.0
Author:
Chris Bono, Phillip Webb
  • Constructor Details

    • Ssl

      public Ssl()
  • Method Details

    • getEnabled

      public @Nullable Boolean getEnabled()
    • setEnabled

      public void setEnabled(@Nullable Boolean enabled)
    • getBundle

      public @Nullable String getBundle()
    • setBundle

      public void setBundle(@Nullable String bundle)