Modifier and Type | Method | Description |
---|---|---|
protected FrameHeaderData |
AjpClientChannel.parseFrame(ByteBuffer data) |
Modifier and Type | Method | Description |
---|---|---|
protected AbstractAjpClientStreamSourceChannel |
AjpClientChannel.createChannel(FrameHeaderData frameHeaderData,
PooledByteBuffer frameData) |
|
protected void |
AjpClientResponseStreamSourceChannel.handleHeaderData(FrameHeaderData headerData) |
Modifier and Type | Method | Description |
---|---|---|
protected FrameHeaderData |
Http2Channel.parseFrame(ByteBuffer data) |
Modifier and Type | Method | Description |
---|---|---|
protected AbstractHttp2StreamSourceChannel |
Http2Channel.createChannel(FrameHeaderData frameHeaderData,
PooledByteBuffer frameData) |
|
protected AbstractHttp2StreamSourceChannel |
Http2Channel.createChannelImpl(FrameHeaderData frameHeaderData,
PooledByteBuffer frameData) |
|
protected void |
AbstractHttp2StreamSourceChannel.handleHeaderData(FrameHeaderData headerData) |
|
protected void |
Http2StreamSourceChannel.handleHeaderData(FrameHeaderData headerData) |
Modifier and Type | Method | 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 | Description |
---|---|---|
protected abstract R |
AbstractFramedChannel.createChannel(FrameHeaderData frameHeaderData,
PooledByteBuffer frameData) |
Method that creates the actual stream source channel implementation that is in use.
|
protected void |
AbstractFramedStreamSourceChannel.dataReady(FrameHeaderData headerData,
PooledByteBuffer frameData) |
Called when data has been read from the underlying channel.
|
protected void |
AbstractFramedStreamSourceChannel.handleHeaderData(FrameHeaderData headerData) |
Modifier and Type | Interface | 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 | Description |
---|---|---|
protected FrameHeaderData |
WebSocketChannel.parseFrame(ByteBuffer data) |
Modifier and Type | Method | Description |
---|---|---|
protected StreamSourceFrameChannel |
WebSocketChannel.createChannel(FrameHeaderData frameHeaderData,
PooledByteBuffer frameData) |
|
protected void |
StreamSourceFrameChannel.handleHeaderData(FrameHeaderData headerData) |
Modifier and Type | Method | Description |
---|---|---|
void |
ChannelFunction.newFrame(FrameHeaderData headerData) |
Modifier and Type | Method | Description |
---|---|---|
void |
Masker.newFrame(FrameHeaderData headerData) |
|
void |
UTF8Checker.newFrame(FrameHeaderData headerData) |
Copyright © 2018. All rights reserved.