Uses of Interface
org.jboss.netty.handler.codec.http.websocket.WebSocketFrame

Packages that use WebSocketFrame
org.jboss.netty.handler.codec.http.websocket Encoder, decoder and their related message types for Web Socket data frames. 
 

Uses of WebSocketFrame in org.jboss.netty.handler.codec.http.websocket
 

Classes in org.jboss.netty.handler.codec.http.websocket that implement WebSocketFrame
 class DefaultWebSocketFrame
          The default WebSocketFrame implementation.
 

Fields in org.jboss.netty.handler.codec.http.websocket declared as WebSocketFrame
static WebSocketFrame WebSocketFrame.CLOSING_HANDSHAKE
          Closing handshake message (0xFF, 0x00)
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.