javax.net.websocket.extensions
Interface Frame

All Known Subinterfaces:
Frame.Control, Frame.Control.Close, Frame.Control.Ping, Frame.Control.Pong, Frame.Data, Frame.Data.Binary, Frame.Data.Binary.Continuation, Frame.Data.Text, Frame.Data.Text.Continuation

public interface Frame

Frame is the top level interface that represents some kind of web socket frame.

Since:
DRAFT 003
Author:
dannycoward

Nested Class Summary
static interface Frame.Control
          Super type for all the websocket control frames.
static interface Frame.Data
          Common super-type for all the web socket frames that carry application data.
 



Copyright © 2012. All Rights Reserved.