Uses of Interface
org.eclipse.jetty.websocket.api.WriteCallback
-
Packages that use WriteCallback Package Description org.eclipse.jetty.websocket.api Jetty WebSocket APIorg.eclipse.jetty.websocket.api.extensions 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 WriteCallback Modifier and Type Method Description voidRemoteEndpoint. sendBytes(java.nio.ByteBuffer data, WriteCallback callback)Initiates the asynchronous transmission of a binary message.voidRemoteEndpoint. sendString(java.lang.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 WriteCallback Modifier and Type Method Description voidOutgoingFrames. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)A frame, and optional callback, intended for the network layer.
-