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 |
DefaultSpdyGoAwayFrame
The default
SpdyGoAwayFrame implementation. |
Modifier and Type | Method and Description |
---|---|
SpdyGoAwayFrame |
SpdyGoAwayFrame.setLastGoodStreamId(int lastGoodStreamId)
Sets the Last-good-stream-ID of this frame.
|
SpdyGoAwayFrame |
DefaultSpdyGoAwayFrame.setLastGoodStreamId(int lastGoodStreamId) |
SpdyGoAwayFrame |
SpdyGoAwayFrame.setStatus(SpdySessionStatus status)
Sets the status of this frame.
|
SpdyGoAwayFrame |
DefaultSpdyGoAwayFrame.setStatus(SpdySessionStatus status) |
Copyright © 2008–2017 The Netty Project. All rights reserved.