Uses of Interface
org.eclipse.jetty.websocket.api.WriteCallback
Packages that use WriteCallback
Package
Description
Jetty WebSocket API
Jetty WebSocket API : WebSocket Extension API
-
Uses of WriteCallback in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api with parameters of type WriteCallbackModifier and TypeMethodDescriptionvoidRemoteEndpoint.sendBytes(ByteBuffer data, WriteCallback callback) Initiates the asynchronous transmission of a binary message.voidRemoteEndpoint.sendString(String text, WriteCallback callback) Initiates the asynchronous transmission of a text message. -
Uses of WriteCallback in org.eclipse.jetty.websocket.api.extensions
Methods in org.eclipse.jetty.websocket.api.extensions with parameters of type WriteCallbackModifier and TypeMethodDescriptionvoidOutgoingFrames.outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode) A frame, and optional callback, intended for the network layer.