Uses of Interface
org.eclipse.jetty.websocket.core.FrameHandler
Packages that use FrameHandler
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of FrameHandler in org.eclipse.jetty.websocket.client.impl
Methods in org.eclipse.jetty.websocket.client.impl that return FrameHandler -
Uses of FrameHandler in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement FrameHandler -
Uses of FrameHandler in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client that return FrameHandlerModifier and TypeMethodDescriptionabstract FrameHandler
CoreClientUpgradeRequest.getFrameHandler()
Methods in org.eclipse.jetty.websocket.core.client with parameters of type FrameHandlerModifier and TypeMethodDescriptionWebSocketCoreClient.connect
(FrameHandler frameHandler, URI wsUri) static CoreClientUpgradeRequest
CoreClientUpgradeRequest.from
(WebSocketCoreClient webSocketClient, URI requestURI, FrameHandler frameHandler) -
Uses of FrameHandler in org.eclipse.jetty.websocket.core.internal
Classes in org.eclipse.jetty.websocket.core.internal that implement FrameHandlerModifier and TypeClassDescriptionclass
A utility implementation of FrameHandler that defragments text frames into a String message before callingMessageHandler.onText(String, Callback)
.Methods in org.eclipse.jetty.websocket.core.internal that return FrameHandlerConstructors in org.eclipse.jetty.websocket.core.internal with parameters of type FrameHandlerModifierConstructorDescriptionWebSocketCoreSession
(FrameHandler handler, Behavior behavior, Negotiated negotiated, WebSocketComponents components) -
Uses of FrameHandler in org.eclipse.jetty.websocket.core.server
Methods in org.eclipse.jetty.websocket.core.server that return FrameHandlerModifier and TypeMethodDescriptionWebSocketNegotiator.negotiate
(WebSocketNegotiation negotiation) FrameHandlerFactory.newFrameHandler
(Object websocketPojo, ServerUpgradeRequest upgradeRequest, ServerUpgradeResponse upgradeResponse) Create a FrameHandler from the provided websocketPojo.Method parameters in org.eclipse.jetty.websocket.core.server with type arguments of type FrameHandlerModifier and TypeMethodDescriptionstatic WebSocketNegotiator
WebSocketNegotiator.from
(Function<WebSocketNegotiation, FrameHandler> negotiate) static WebSocketNegotiator
WebSocketNegotiator.from
(Function<WebSocketNegotiation, FrameHandler> negotiate, Configuration.Customizer customizer) -
Uses of FrameHandler in org.eclipse.jetty.websocket.core.server.internal
Methods in org.eclipse.jetty.websocket.core.server.internal that return FrameHandlerMethods in org.eclipse.jetty.websocket.core.server.internal with parameters of type FrameHandlerModifier and TypeMethodDescriptionprotected WebSocketCoreSession
AbstractHandshaker.newWebSocketCoreSession
(jakarta.servlet.http.HttpServletRequest request, FrameHandler handler, Negotiated negotiated, WebSocketComponents components) protected abstract boolean
AbstractHandshaker.validateFrameHandler
(FrameHandler frameHandler, jakarta.servlet.http.HttpServletResponse response) protected boolean
RFC6455Handshaker.validateFrameHandler
(FrameHandler frameHandler, jakarta.servlet.http.HttpServletResponse response) protected boolean
RFC8441Handshaker.validateFrameHandler
(FrameHandler frameHandler, jakarta.servlet.http.HttpServletResponse response) -
Uses of FrameHandler in org.eclipse.jetty.websocket.jakarta.client.internal
Methods in org.eclipse.jetty.websocket.jakarta.client.internal that return FrameHandler -
Uses of FrameHandler in org.eclipse.jetty.websocket.jakarta.common
Classes in org.eclipse.jetty.websocket.jakarta.common that implement FrameHandler -
Uses of FrameHandler in org.eclipse.jetty.websocket.jakarta.server.internal
Methods in org.eclipse.jetty.websocket.jakarta.server.internal that return FrameHandlerModifier and TypeMethodDescriptionJakartaWebSocketServerFrameHandlerFactory.newFrameHandler
(Object websocketPojo, ServerUpgradeRequest upgradeRequest, ServerUpgradeResponse upgradeResponse) -
Uses of FrameHandler in org.eclipse.jetty.websocket.server.internal
Methods in org.eclipse.jetty.websocket.server.internal that return FrameHandlerModifier and TypeMethodDescriptionJettyServerFrameHandlerFactory.newFrameHandler
(Object websocketPojo, ServerUpgradeRequest upgradeRequest, ServerUpgradeResponse upgradeResponse)