Uses of Class
io.fabric8.mockwebserver.http.ByteString
-
Packages that use ByteString Package Description io.fabric8.mockwebserver.http -
-
Uses of ByteString in io.fabric8.mockwebserver.http
Methods in io.fabric8.mockwebserver.http that return ByteString Modifier and Type Method Description static ByteStringByteString. encodeUtf8(String s)Deprecated.Returns a newByteStringcontaining theUTF-8bytes ofs.static ByteStringByteString. of(byte... data)Deprecated.Returns a newByteStringcontaining a clone of the bytes ofdata.Methods in io.fabric8.mockwebserver.http with parameters of type ByteString Modifier and Type Method Description voidWebSocketListener. onMessage(WebSocket webSocket, ByteString bytes)Deprecated.useWebSocketListener.onMessage(WebSocket, byte[])instead.default booleanWebSocket. send(ByteString bytes)Deprecated.useWebSocket.send(byte[])orWebSocket.send(String)instead.
-