Uses of Interface
org.eclipse.jetty.websocket.server.WebSocketCreator
-
Uses of WebSocketCreator in org.eclipse.jetty.websocket.server
Modifier 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.