Package org.jboss.netty.handler.codec.http.websocketx

Encoder, decoder, handshakers and their related message types for Web Socket data frames.

See: Description

Package org.jboss.netty.handler.codec.http.websocketx Description

Encoder, decoder, handshakers and their related message types for Web Socket data frames.

This package supports different web socket specification versions (hence the X suffix). The specification current supported are:

For the detailed instruction on adding add Web Socket support to your HTTP server, take a look into the WebSocketServerX example located in the org.jboss.netty.example.http.websocket package.

Copyright © 2008-2015 The Netty Project. All Rights Reserved.