Uses of Interface
jakarta.websocket.SendHandler
-
-
Uses of SendHandler in jakarta.websocket
Methods in jakarta.websocket with parameters of type SendHandler Modifier and Type Method Description voidRemoteEndpoint.Async. sendBinary(ByteBuffer data, SendHandler handler)Initiates the asynchronous transmission of a binary message.voidRemoteEndpoint.Async. sendObject(Object data, SendHandler handler)Initiates the asynchronous transmission of a custom developer object.voidRemoteEndpoint.Async. sendText(String text, SendHandler handler)Initiates the asynchronous transmission of a text message.
-