Skip navigation links

Package io.netty.handler.codec.http.websocketx

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

See: Description

Package io.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 io.netty.example.http.websocket package.

Skip navigation links

Copyright © 2008–2018 The Netty Project. All rights reserved.