Class GRpcServerProperties.NettyServerProperties

java.lang.Object
org.lognet.springboot.grpc.autoconfigure.GRpcServerProperties.NettyServerProperties
Enclosing class:
GRpcServerProperties

public static class GRpcServerProperties.NettyServerProperties extends Object
  • Constructor Details

    • NettyServerProperties

      public NettyServerProperties()
  • Method Details

    • isOnCollisionPreferShadedNetty

      public boolean isOnCollisionPreferShadedNetty()
    • getFlowControlWindow

      public Integer getFlowControlWindow()
    • getInitialFlowControlWindow

      public Integer getInitialFlowControlWindow()
    • getMaxConcurrentCallsPerConnection

      public Integer getMaxConcurrentCallsPerConnection()
    • getKeepAliveTime

      public Duration getKeepAliveTime()
    • getKeepAliveTimeout

      public Duration getKeepAliveTimeout()
    • getMaxConnectionAge

      public Duration getMaxConnectionAge()
    • getMaxConnectionAgeGrace

      public Duration getMaxConnectionAgeGrace()
    • getMaxConnectionIdle

      public Duration getMaxConnectionIdle()
    • getPermitKeepAliveTime

      public Duration getPermitKeepAliveTime()
    • getMaxInboundMessageSize

      public org.springframework.util.unit.DataSize getMaxInboundMessageSize()
    • getMaxInboundMetadataSize

      public org.springframework.util.unit.DataSize getMaxInboundMetadataSize()
    • getPermitKeepAliveWithoutCalls

      public Boolean getPermitKeepAliveWithoutCalls()
    • getPrimaryListenAddress

      public InetSocketAddress getPrimaryListenAddress()
    • getAdditionalListenAddresses

      public List<InetSocketAddress> getAdditionalListenAddresses()
    • setOnCollisionPreferShadedNetty

      public void setOnCollisionPreferShadedNetty(boolean onCollisionPreferShadedNetty)
    • setFlowControlWindow

      public void setFlowControlWindow(Integer flowControlWindow)
    • setInitialFlowControlWindow

      public void setInitialFlowControlWindow(Integer initialFlowControlWindow)
    • setMaxConcurrentCallsPerConnection

      public void setMaxConcurrentCallsPerConnection(Integer maxConcurrentCallsPerConnection)
    • setKeepAliveTime

      public void setKeepAliveTime(Duration keepAliveTime)
    • setKeepAliveTimeout

      public void setKeepAliveTimeout(Duration keepAliveTimeout)
    • setMaxConnectionAge

      public void setMaxConnectionAge(Duration maxConnectionAge)
    • setMaxConnectionAgeGrace

      public void setMaxConnectionAgeGrace(Duration maxConnectionAgeGrace)
    • setMaxConnectionIdle

      public void setMaxConnectionIdle(Duration maxConnectionIdle)
    • setPermitKeepAliveTime

      public void setPermitKeepAliveTime(Duration permitKeepAliveTime)
    • setMaxInboundMessageSize

      public void setMaxInboundMessageSize(org.springframework.util.unit.DataSize maxInboundMessageSize)
    • setMaxInboundMetadataSize

      public void setMaxInboundMetadataSize(org.springframework.util.unit.DataSize maxInboundMetadataSize)
    • setPermitKeepAliveWithoutCalls

      public void setPermitKeepAliveWithoutCalls(Boolean permitKeepAliveWithoutCalls)
    • setPrimaryListenAddress

      public void setPrimaryListenAddress(InetSocketAddress primaryListenAddress)
    • setAdditionalListenAddresses

      public void setAdditionalListenAddresses(List<InetSocketAddress> additionalListenAddresses)