Class ClientEndpoint


  • public class ClientEndpoint
    extends Endpoint
    • Method Detail

      • getUserProperty

        public String getUserProperty​(String propertyId)
      • getUserProperty

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

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

        public void clearUserProperties()