Uses of Interface
org.eclipse.jetty.websocket.api.Frame
Packages that use Frame
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of Frame in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api with parameters of type FrameModifier and TypeMethodDescriptiondefault void
Session.Listener.onWebSocketFrame
(Frame frame, Callback callback) A WebSocket frame has been received. -
Uses of Frame in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement Frame