Class BasicEndpointConfig
java.lang.Object
org.eclipse.jetty.websocket.jsr356.BasicEndpointConfig
- All Implemented Interfaces:
javax.websocket.EndpointConfig
Basic EndpointConfig (used when no EndpointConfig is provided or discovered)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
decoders
-
encoders
-
userProperties
-
-
Constructor Details
-
BasicEndpointConfig
public BasicEndpointConfig()
-
-
Method Details
-
getDecoders
- Specified by:
getDecoders
in interfacejavax.websocket.EndpointConfig
-
getEncoders
- Specified by:
getEncoders
in interfacejavax.websocket.EndpointConfig
-
getUserProperties
- Specified by:
getUserProperties
in interfacejavax.websocket.EndpointConfig
-