Class EndpointInstance

java.lang.Object
org.eclipse.jetty.websocket.jsr356.endpoints.EndpointInstance

public class EndpointInstance extends Object
Associate a JSR Endpoint with its optional EndpointConfig
  • Field Details

    • endpoint

      private final Object endpoint
      The instance of the Endpoint
    • config

      private final javax.websocket.EndpointConfig config
      The instance specific configuration for the Endpoint
    • metadata

      private final EndpointMetadata metadata
      The metadata for this endpoint
  • Constructor Details

    • EndpointInstance

      public EndpointInstance(Object endpoint, javax.websocket.EndpointConfig config, EndpointMetadata metadata)
  • Method Details

    • getConfig

      public javax.websocket.EndpointConfig getConfig()
    • getEndpoint

      public Object getEndpoint()
    • getMetadata

      public EndpointMetadata getMetadata()