| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.common.extensions.mux |
Jetty WebSocket Common : MUX Extension Core [Unstable Early Draft]
|
| org.eclipse.jetty.websocket.common.extensions.mux.op |
Jetty WebSocket Common : MUX Extension OpCode Handling [Unstable Early Draft]
|
| Modifier and Type | Method and Description |
|---|---|
MuxDropChannel |
MuxPhysicalConnectionException.getMuxDropChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuxParser.Listener.onMuxDropChannel(MuxDropChannel drop) |
void |
Muxer.onMuxDropChannel(MuxDropChannel drop)
Incoming mux control block, destined for the control channel (id 0)
|
| Modifier and Type | Method and Description |
|---|---|
static MuxDropChannel |
MuxDropChannel.parse(long channelId,
ByteBuffer payload) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.