クラス RSocketProperties.Server.Spec
java.lang.ObjectSE
org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server.Spec
- 含まれているクラス:
RSocketProperties.Server
- 導入:
- 4.0.0
- 作成者:
- Brian Clozel, Chris Bono
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明@Nullable StringSEbooleanbooleanvoidsetCompress(boolean compress) voidsetHandlePing(boolean handlePing) voidsetMaxFramePayloadLength(DataSize maxFramePayloadLength) voidsetProtocols(@Nullable 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)