Interface EndpointConfig
- All Known Subinterfaces:
ClientEndpointConfig, ServerEndpointConfig
public interface EndpointConfig
Provides configuration information for a WebSocket endpoint, including encoders, decoders,
and user properties.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of decoder classes for this endpoint.Returns the list of encoder classes for this endpoint.Returns a map of user properties associated with this endpoint configuration.
-
Method Details
-
getEncoders
-
getDecoders
-
getUserProperties
-