org.glassfish.grizzly.websockets.frametypes
Class PongFrameType

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

public class PongFrameType
extends BaseFrameType


Constructor Summary
PongFrameType()
           
 
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

PongFrameType

public PongFrameType()
Method Detail

respond

public void respond(WebSocket socket,
                    DataFrame frame)


Copyright © 2011 Oracle Corpration. All Rights Reserved.