Class BasicEndpointConfig
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.BasicEndpointConfig
-
- All Implemented Interfaces:
EndpointConfig
public class BasicEndpointConfig extends Object implements EndpointConfig
Basic EndpointConfig (used when no EndpointConfig is provided or discovered)
-
-
Constructor Summary
Constructors Constructor Description BasicEndpointConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<? extends Decoder>>getDecoders()List<Class<? extends Encoder>>getEncoders()Map<String,Object>getUserProperties()
-
-
-
Method Detail
-
getDecoders
public List<Class<? extends Decoder>> getDecoders()
- Specified by:
getDecodersin interfaceEndpointConfig
-
getEncoders
public List<Class<? extends Encoder>> getEncoders()
- Specified by:
getEncodersin interfaceEndpointConfig
-
getUserProperties
public Map<String,Object> getUserProperties()
- Specified by:
getUserPropertiesin interfaceEndpointConfig
-
-