Class BasicEndpointConfig

  • All Implemented Interfaces:
    javax.websocket.EndpointConfig

    public class BasicEndpointConfig
    extends java.lang.Object
    implements javax.websocket.EndpointConfig
    Basic EndpointConfig (used when no EndpointConfig is provided or discovered)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Class<? extends javax.websocket.Decoder>> getDecoders()  
      java.util.List<java.lang.Class<? extends javax.websocket.Encoder>> getEncoders()  
      java.util.Map<java.lang.String,​java.lang.Object> getUserProperties()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BasicEndpointConfig

        public BasicEndpointConfig()
    • Method Detail

      • getDecoders

        public java.util.List<java.lang.Class<? extends javax.websocket.Decoder>> getDecoders()
        Specified by:
        getDecoders in interface javax.websocket.EndpointConfig
      • getEncoders

        public java.util.List<java.lang.Class<? extends javax.websocket.Encoder>> getEncoders()
        Specified by:
        getEncoders in interface javax.websocket.EndpointConfig
      • getUserProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getUserProperties()
        Specified by:
        getUserProperties in interface javax.websocket.EndpointConfig