Modifier and Type | Method and Description |
---|---|
protected FrameHeaderData | AjpClientChannel.parseFrame(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
protected AbstractAjpClientStreamSourceChannel | AjpClientChannel.createChannel(FrameHeaderData frameHeaderData, PooledByteBuffer frameData) |
protected void | AjpClientResponseStreamSourceChannel.handleHeaderData(FrameHeaderData headerData) |
Modifier and Type | Method and Description |
---|---|
protected FrameHeaderData | Http2Channel.parseFrame(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
protected AbstractHttp2StreamSourceChannel | Http2Channel.createChannel(FrameHeaderData frameHeaderData, PooledByteBuffer frameData) |
protected AbstractHttp2StreamSourceChannel | Http2Channel.createChannelImpl(FrameHeaderData frameHeaderData, PooledByteBuffer frameData) |
protected void | Http2StreamSourceChannel.handleHeaderData(FrameHeaderData headerData) |
protected void | AbstractHttp2StreamSourceChannel.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, 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 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, PooledByteBuffer frameData) |
protected void | StreamSourceFrameChannel.handleHeaderData(FrameHeaderData headerData) |
Modifier and Type | Method and Description |
---|---|
void | ChannelFunction.newFrame(FrameHeaderData headerData) |
Modifier and Type | Method and Description |
---|---|
void | UTF8Checker.newFrame(FrameHeaderData headerData) |
void | Masker.newFrame(FrameHeaderData headerData) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.