JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
javax.websocket.server

Interface ServerContainer

  • All Superinterfaces:
    WebSocketContainer


    public interface ServerContainer
    extends WebSocketContainer 
    The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments. There is one ServerContainer instance per websocket application. The ServerContainer holds the methods to be able to register server endpoints during the initialization phase of the application.

    For websocket enabled web containers, developers may obtain a reference to the ServerContainer instance by retrieving it as an attribute named javax.websocket.server.ServerContainer on the ServletContext. This way, the registration methods held on this interface may be called to register server endpoints from a ServletContextListener during the deployment of the WAR file containing the endpoint.

    WebSocket implementations that run outside the web container may have other means by which to provide a ServerContainer instance to the developer at application deployment time.

    Once the application deployment phase is complete, and the websocket application has begun accepting incoming connections, the registration methods may no longer be called.

    Author:
    dannycoward
    • Method Detail

      • addEndpoint

        void addEndpoint(Class<?> endpointClass)
         throws DeploymentException 
        Deploys the given annotated endpoint into this ServerContainer during the initialization phase of deploying the application.
        Parameters:
        endpointClass - the class of the annotated endpoint
        Throws:
        DeploymentException - if the annotated endpoint was badly formed.
        IllegalStateException - if the containing websocket application has already been deployed.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /