Uses of Class
org.eclipse.jetty.websocket.server.ServerWebSocketContainer
-
Uses of ServerWebSocketContainer in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return ServerWebSocketContainerModifier and TypeMethodDescriptionstatic ServerWebSocketContainerServerWebSocketContainer.ensure(org.eclipse.jetty.server.Server server) Returns theServerWebSocketContainer, ensuring that it is available viaget(Context).static ServerWebSocketContainerServerWebSocketContainer.ensure(org.eclipse.jetty.server.Server server, org.eclipse.jetty.server.handler.ContextHandler contextHandler) Returns theServerWebSocketContainer, ensuring that it is available viaget(Context).static ServerWebSocketContainerServerWebSocketContainer.get(org.eclipse.jetty.server.Context context) Returns theServerWebSocketContainerpresent as the context attribute under the name corresponding to the full qualified name of classWebSocketContainer.WebSocketUpgradeHandler.getServerWebSocketContainer()Methods in org.eclipse.jetty.websocket.server with parameters of type ServerWebSocketContainerModifier and TypeMethodDescriptionprotected booleanWebSocketUpgradeHandler.handle(ServerWebSocketContainer container, org.eclipse.jetty.server.Request request, org.eclipse.jetty.server.Response response, org.eclipse.jetty.util.Callback callback) Method parameters in org.eclipse.jetty.websocket.server with type arguments of type ServerWebSocketContainerModifier and TypeMethodDescriptionWebSocketUpgradeHandler.configure(Consumer<ServerWebSocketContainer> configurator) Deprecated.static WebSocketUpgradeHandlerWebSocketUpgradeHandler.from(org.eclipse.jetty.server.Server server, Consumer<ServerWebSocketContainer> configurator) Creates a newWebSocketUpgradeHandler.static WebSocketUpgradeHandlerWebSocketUpgradeHandler.from(org.eclipse.jetty.server.Server server, org.eclipse.jetty.server.handler.ContextHandler context, Consumer<ServerWebSocketContainer> configurator) Creates a newWebSocketUpgradeHandler.Constructors in org.eclipse.jetty.websocket.server with parameters of type ServerWebSocketContainerModifierConstructorDescriptionWebSocketUpgradeHandler(ServerWebSocketContainer container) Creates a newWebSocketUpgradeHandlerwith the givenServerWebSocketContainer.WebSocketUpgradeHandler(ServerWebSocketContainer container, Consumer<ServerWebSocketContainer> configurator) Creates a newWebSocketUpgradeHandlerwith the givenServerWebSocketContainerand the given configurator.Constructor parameters in org.eclipse.jetty.websocket.server with type arguments of type ServerWebSocketContainerModifierConstructorDescriptionWebSocketUpgradeHandler(ServerWebSocketContainer container, Consumer<ServerWebSocketContainer> configurator) Creates a newWebSocketUpgradeHandlerwith the givenServerWebSocketContainerand the given configurator.
WebSocketUpgradeHandler.from(Server, ContextHandler, Consumer),WebSocketUpgradeHandler.from(Server, Consumer)orWebSocketUpgradeHandler.getServerWebSocketContainer()