Package | Description |
---|---|
io.undertow.protocols.ajp | |
io.undertow.protocols.spdy | |
io.undertow.server.protocol.framed | |
io.undertow.websockets.core | |
io.undertow.websockets.core.function |
Modifier and Type | Method and Description |
---|---|
protected FrameHeaderData |
AjpClientChannel.parseFrame(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
protected AbstractAjpClientStreamSourceChannel |
AjpClientChannel.createChannel(FrameHeaderData frameHeaderData,
org.xnio.Pooled<ByteBuffer> frameData) |
protected void |
AjpClientResponseStreamSourceChannel.handleHeaderData(FrameHeaderData headerData) |
Modifier and Type | Method and Description |
---|---|
protected FrameHeaderData |
SpdyChannel.parseFrame(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
protected SpdyStreamSourceChannel |
SpdyChannel.createChannel(FrameHeaderData frameHeaderData,
org.xnio.Pooled<ByteBuffer> frameData) |
protected void |
SpdyStreamSourceChannel.handleHeaderData(FrameHeaderData headerData) |
protected void |
SpdyStreamStreamSourceChannel.handleHeaderData(FrameHeaderData headerData) |
Modifier and Type | Method and Description |
---|---|
protected abstract FrameHeaderData |
AbstractFramedChannel.parseFrame(ByteBuffer data)
Attempts to parse an incoming frame header from the data in the buffer.
|
Modifier and Type | Method and Description |
---|---|
protected abstract R |
AbstractFramedChannel.createChannel(FrameHeaderData frameHeaderData,
org.xnio.Pooled<ByteBuffer> frameData)
Method that creates the actual stream source channel implementation that is in use.
|
protected void |
AbstractFramedStreamSourceChannel.handleHeaderData(FrameHeaderData headerData) |
Modifier and Type | Interface and Description |
---|---|
static interface |
WebSocketChannel.PartialFrame
Interface that represents a frame channel that is in the process of being created
|
interface |
WebSocketFrame |
Modifier and Type | Method and Description |
---|---|
protected FrameHeaderData |
WebSocketChannel.parseFrame(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
protected StreamSourceFrameChannel |
WebSocketChannel.createChannel(FrameHeaderData frameHeaderData,
org.xnio.Pooled<ByteBuffer> frameData) |
protected void |
FixedPayloadFrameSourceChannel.handleHeaderData(FrameHeaderData headerData) |
protected void |
StreamSourceFrameChannel.handleHeaderData(FrameHeaderData headerData) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelFunction.newFrame(FrameHeaderData headerData) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.