org.jboss.as.websockets.frame
Class BinaryFrame
java.lang.Object
org.jboss.as.websockets.frame.AbstractFrame
org.jboss.as.websockets.frame.BinaryFrame
- All Implemented Interfaces:
- Frame
public class BinaryFrame
- extends AbstractFrame
Represents a binary WebSocket frame.
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
public static BinaryFrame from(byte[] data)
getByteArray
public byte[] getByteArray()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.