public interface IWebsocketEndpointConfig
Modifier and Type | Method and Description |
---|---|
Class<?> |
getEndpointImpl()
The class that implements this websocket endpoint.
|
Predicate<String> |
getIsOriginAllowedPredicate()
Gets the predicate which evaluates if a origin is allowed for the websocket.
|
int |
getMaxMessageBytesLength()
Gets the maximum message length in bytes.
|
String |
getMaxMessagePropertyName()
Get the maximum message property.
|
String |
getServletContextPathPropertyName()
Get the servlet context path property.
|
List<String> |
getSubProtocolAccepted()
Gets the list of sub protocols that this web socket will accept.
|
String |
getUrlSufix()
Get the URL sufix where the websocket will be available.
|
String getUrlSufix()
Class<?> getEndpointImpl()
Class
instance with a websocket implementation.List<String> getSubProtocolAccepted()
String
with the subprotocols.Predicate<String> getIsOriginAllowedPredicate()
int getMaxMessageBytesLength()
String getServletContextPathPropertyName()
String getMaxMessagePropertyName()
Copyright © 2020 Hitachi Vantara. All rights reserved.