Class BasicServerEndpointConfig

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

public class BasicServerEndpointConfig extends ServerEndpointConfigWrapper
  • Constructor Details

    • BasicServerEndpointConfig

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