Package javax. websocket. server

This package contains all the WebSocket APIs used only by server side applications.

See: Description

  • Interface Summary 
    Interface Description
    HandshakeRequest
    The handshake request represents the web socket defined Http GET request for the opening handshake of a web socket session.
    ServerApplicationConfig
    Developers include implementations of ServerApplicationConfig in an archive containing websocket endpoints (WAR file, or JAR file within the WAR file) in order to specify the websocket endpoints within the archive the implementation must deploy.
    ServerContainer
    The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.
    ServerEndpointConfig
    The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.

    Erste Seite von API Java Inhaltsverzeichnis Haut

  • Class Summary 
    Class Description
    ServerEndpointConfig.Builder
    The ServerEndpointConfig.Builder is a class used for creating ServerEndpointConfig.Builder objects for the purposes of deploying a server endpoint.
    ServerEndpointConfig.Configurator
    The ServerEndpointConfig.Configurator class may be extended by developers who want to provide custom configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each endpoint instance configured with this configurator.

    Erste Seite von API Java Inhaltsverzeichnis Haut

  • Annotation Types Summary 
    Annotation Type Description
    PathParam
    This annotation may be used to annotate method parameters on server endpoints where a URI-template has been used in the path-mapping of the ServerEndpoint annotation.
    ServerEndpoint
    This class level annotation declares that the class it decorates is a web socket endpoint that will be deployed and made available in the URI-space of a web socket server.

    Erste Seite von API Java Inhaltsverzeichnis Haut

Package javax.websocket.server Description

This package contains all the WebSocket APIs used only by server side applications.
Fehler Infobrol

Diese Seite der Infobrol-Website kann nicht angezeigt werden

Art des Fehlers (18-01)

ID de navigation incorrect : 95025

Bitte versuchen Sie es in ein paar Minuten noch einmal…

Zurück zur Startseite




Steph