Errai 3.0.1-SNAPSHOT

org.jboss.as.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()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.