Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] RemoteEndpoint.sendString + ByteBuffer / bytes[]

Hi,

 I need a sendString method on RemoteEndpoint that accepts a ByteBuffer/bytes[] as parameter, not just a String.

 I do have a JSON library that generates byte[] and today I have to wrap it as String to send a text message over the web socket.

 Not a big deal, but it will be nice to have.

Thanks


Back to the top