Class GrpcServerProperties.Keepalive.Connection

java.lang.Object
org.springframework.boot.grpc.server.autoconfigure.GrpcServerProperties.Keepalive.Connection
Enclosing class:
GrpcServerProperties.Keepalive

public static class GrpcServerProperties.Keepalive.Connection extends Object
Keep-alive connection properties.
Since:
4.1.0
Author:
Chris Bono, Phillip Webb
  • Constructor Details

    • Connection

      public Connection()
  • Method Details

    • getMaxIdleTime

      public @Nullable Duration getMaxIdleTime()
    • setMaxIdleTime

      public void setMaxIdleTime(@Nullable Duration maxIdleTime)
    • getMaxAge

      public @Nullable Duration getMaxAge()
    • setMaxAge

      public void setMaxAge(@Nullable Duration maxAge)
    • getGracePeriod

      public @Nullable Duration getGracePeriod()
    • setGracePeriod

      public void setGracePeriod(@Nullable Duration gracePeriod)