Class WebSocket


  • public class WebSocket
    extends Object
    • Method Detail

      • close

        public final void close()
      • clearUserProperties

        public void clearUserProperties()
      • setUserProperty

        public void setUserProperty​(String propertyId,
                                    Object value)
      • getUserProperty

        public String getUserProperty​(String propertyId)
      • getUserProperty

        public <PropertyType> PropertyType getUserProperty​(String propertyId,
                                                           Class<PropertyType> propertyType)