Class GraphQlProperties.Websocket
java.lang.Object
org.springframework.boot.graphql.autoconfigure.GraphQlProperties.Websocket
- Enclosing class:
GraphQlProperties
- Since:
- 4.0.0
- Author:
- Brian Clozel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Duration
@Nullable String
getPath()
void
setConnectionInitTimeout
(Duration connectionInitTimeout) void
setKeepAlive
(@Nullable Duration keepAlive) void
-
Constructor Details
-
Websocket
public Websocket()
-
-
Method Details
-
getPath
-
setPath
-
getConnectionInitTimeout
-
setConnectionInitTimeout
-
getKeepAlive
-
setKeepAlive
-