Class WebSocketChannel

All Implemented Interfaces:
Closeable, AutoCloseable, Channel, InterruptibleChannel, org.xnio.channels.BoundChannel, org.xnio.channels.CloseableChannel, org.xnio.channels.Configurable, org.xnio.channels.ConnectedChannel
Direct Known Subclasses:
WebSocket07Channel

A ConnectedChannel which can be used to send and receive WebSocket Frames.
Author:
Norman Maurer, Stuart Douglas