Modifier and Type | Method and Description |
---|---|
public List | Returns: the decoder implementation classes, the empty list if none.Return the Decoder implementation classes configured. |
public List | Returns: the encoder implementation classes, an empty list if none.Return the Encoder implementation classes configured. |
public Map | Returns: a modifiable Map of application data.This method returns a modifiable Map that the developer may use to store application specific information relating to the endpoint that uses this configuration instance. |
getDecoders | back to summary |
---|---|
public List Return the Decoder implementation classes configured. These will be instantiated by the container to decode
incoming messages into the expected custom objects on |
getEncoders | back to summary |
---|---|
public List Return the Encoder implementation classes configured. These will be instantiated by the container to encode custom objects passed into the send() methods on remote endpoints. |
getUserProperties | back to summary |
---|---|
public Map This method returns a modifiable Map that the developer may use to store application specific information relating to the endpoint that uses this configuration instance. Web socket applications running on distributed implementations of the web container should make any application specific objects stored here java.io.Serializable, or the object may not be recreated after a failover. |