org.atmosphere.jboss.websockets
Interface Frame

All Known Implementing Classes:
AbstractFrame, BinaryFrame, CloseFrame, PingFrame, PongFrame, TextFrame

public interface Frame

Represents a single web socket frame.

Author:
Mike Brock

Method Summary
 FrameType getType()
           
 

Method Detail

getType

FrameType getType()


Copyright © 2013. All Rights Reserved.