org.glassfish.grizzly.websockets.frametypes
Class PingFrameType

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

public class PingFrameType
extends BaseFrameType


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

PingFrameType

public PingFrameType()
Method Detail

respond

public void respond(WebSocket socket,
                    DataFrame frame)


Copyright © 2011 Oracle Corpration. All Rights Reserved.