Uses of Class
org.eclipse.jetty.websocket.common.message.Utf8CharBuffer
-
Packages that use Utf8CharBuffer Package Description org.eclipse.jetty.websocket.common.message Jetty WebSocket Common : Message Handling -
-
Uses of Utf8CharBuffer in org.eclipse.jetty.websocket.common.message
Fields in org.eclipse.jetty.websocket.common.message declared as Utf8CharBuffer Modifier and Type Field Description private Utf8CharBuffer
MessageWriter. utf
Methods in org.eclipse.jetty.websocket.common.message that return Utf8CharBuffer Modifier and Type Method Description static Utf8CharBuffer
Utf8CharBuffer. wrap(java.nio.ByteBuffer buffer)
Convenience method to wrap a ByteBuffer with aUtf8CharBuffer
-