Class HttpClientProperties.Websocket
java.lang.Object
org.springframework.cloud.gateway.config.HttpClientProperties.Websocket
- Enclosing class:
HttpClientProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetMaxFramePayloadLength(Integer maxFramePayloadLength) voidsetProxyPing(boolean proxyPing) toString()
-
Constructor Details
-
Websocket
public Websocket()
-
-
Method Details
-
getMaxFramePayloadLength
-
setMaxFramePayloadLength
-
isProxyPing
public boolean isProxyPing() -
setProxyPing
public void setProxyPing(boolean proxyPing) -
toString
-