org.glassfish.grizzly.websockets.frametypes
Class BinaryFrameType

java.lang.Object
  extended by org.glassfish.grizzly.websockets.BaseFrameType
      extended by org.glassfish.grizzly.websockets.frametypes.BinaryFrameType
All Implemented Interfaces:
FrameType

public class BinaryFrameType
extends BaseFrameType


Constructor Summary
BinaryFrameType()
           
 
Method Summary
 void respond(WebSocket socket, DataFrame frame)
           
 
Methods inherited from class org.glassfish.grizzly.websockets.BaseFrameType
create, getBytes, setPayload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryFrameType

public BinaryFrameType()
Method Detail

respond

public void respond(WebSocket socket,
                    DataFrame frame)


Copyright © 2011 Oracle Corpration. All Rights Reserved.