Package org.glassfish.grizzly.websockets
Class Utils
java.lang.Object
org.glassfish.grizzly.websockets.Utils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<DataFrame>completedFrame(byte[] fragment, boolean last) static byte[]toArray(long length) static longtoLong(byte[] bytes, int start, int end) toString(byte[] bytes) toString(byte[] bytes, int start, int end)
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
toArray
public static byte[] toArray(long length) -
toLong
public static long toLong(byte[] bytes, int start, int end) -
toString
-
toString
-
completedFrame
-