Class BasicServerEndpointConfig

All Implemented Interfaces:
javax.websocket.EndpointConfig, javax.websocket.server.ServerEndpointConfig, PathParamProvider

public class BasicServerEndpointConfig extends ServerEndpointConfigWrapper
  • Constructor Details

    • BasicServerEndpointConfig

      public BasicServerEndpointConfig(Class<?> endpointClass, String path)
  • Method Details