クラス RSocketProperties.Server.Spec
java.lang.ObjectSE
org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
- 含まれているクラス:
- RSocketProperties.Server
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明booleanbooleanvoidsetCompress(boolean compress) voidsetHandlePing(boolean handlePing) voidsetMaxFramePayloadLength(DataSize maxFramePayloadLength) voidsetProtocols(StringSE protocols)
コンストラクターの詳細
Spec
public Spec()
メソッドの詳細
getProtocols
setProtocols
getMaxFramePayloadLength
setMaxFramePayloadLength
isHandlePing
public boolean isHandlePing()setHandlePing
public void setHandlePing(boolean handlePing) isCompress
public boolean isCompress()setCompress
public void setCompress(boolean compress)