クラス RSocketProperties.Server.Spec

java.lang.ObjectSE
org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server.Spec
含まれているクラス:
RSocketProperties.Server

public static class RSocketProperties.Server.Spec extends ObjectSE
導入:
4.0.0
作成者:
Brian Clozel, Chris Bono
  • コンストラクターの詳細

    • Spec

      public Spec()
  • メソッドの詳細

    • getProtocols

      public @Nullable StringSE getProtocols()
    • setProtocols

      public void setProtocols(@Nullable StringSE protocols)
    • getMaxFramePayloadLength

      public DataSize getMaxFramePayloadLength()
    • setMaxFramePayloadLength

      public void setMaxFramePayloadLength(DataSize maxFramePayloadLength)
    • isHandlePing

      public boolean isHandlePing()
    • setHandlePing

      public void setHandlePing(boolean handlePing)
    • isCompress

      public boolean isCompress()
    • setCompress

      public void setCompress(boolean compress)