Class PojoEndpointServer


public class PojoEndpointServer extends PojoEndpointBase
Wrapper class for instances of POJOs annotated with ServerEndpoint so they appear as standard Endpoint instances.
  • Constructor Details

    • PojoEndpointServer

      public PojoEndpointServer(Map<String,String> pathParameters, Object pojo)
      Constructs a new PojoEndpointServer.
      Parameters:
      pathParameters - the path parameters for the endpoint
      pojo - the POJO instance annotated with @ServerEndpoint
  • Method Details

    • onOpen

      public void onOpen(Session session, EndpointConfig endpointConfig)
      Description copied from class: jakarta.websocket.Endpoint
      Event that is triggered when a new session starts.
      Specified by:
      onOpen in class Endpoint
      Parameters:
      session - The new session.
      endpointConfig - The configuration with which the Endpoint was configured.