Uses of Interface
org.eclipse.jetty.websocket.server.WebSocketCreator
Packages that use WebSocketCreator
-
Uses of WebSocketCreator in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server with parameters of type WebSocketCreatorModifier and TypeMethodDescriptionvoid
ServerWebSocketContainer.addMapping
(String pathSpec, WebSocketCreator creator) Maps the givenpathSpec
to the creator of WebSocket endpoints.void
ServerWebSocketContainer.addMapping
(PathSpec pathSpec, WebSocketCreator creator) Maps the givenpathSpec
to the creator of WebSocket endpoints.boolean
ServerWebSocketContainer.upgrade
(WebSocketCreator creator, Request request, Response response, Callback callback) Upgrades the givenrequest
without matching against the WebSocket mappings.