Package | Description |
---|---|
io.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SpdyHeaderBlockRawDecoder |
Constructor and Description |
---|
SpdyFrameCodec(SpdyVersion version,
int maxChunkSize,
SpdyHeaderBlockDecoder spdyHeaderBlockDecoder,
SpdyHeaderBlockEncoder spdyHeaderBlockEncoder,
boolean validateHeaders) |
Copyright © 2008–2024 The Netty Project. All rights reserved.