Uses of Class
org.eclipse.jetty.websocket.server.ServerWebSocketContainer
Packages that use ServerWebSocketContainer
-
Uses of ServerWebSocketContainer in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return ServerWebSocketContainerModifier and TypeMethodDescriptionstatic ServerWebSocketContainerReturns theServerWebSocketContainer, ensuring that it is available viaServerWebSocketContainer.get(Context).static ServerWebSocketContainerServerWebSocketContainer.ensure(Server server, ContextHandler contextHandler) Returns theServerWebSocketContainer, ensuring that it is available viaServerWebSocketContainer.get(Context).static ServerWebSocketContainerReturns 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, Request request, Response response, 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(Server server, Consumer<ServerWebSocketContainer> configurator) Creates a newWebSocketUpgradeHandler.static WebSocketUpgradeHandlerWebSocketUpgradeHandler.from(Server server, 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()