Modifier and Type | Class and Description |
---|---|
static class |
GoAwayFrame.GoAwayFrameBuilder |
SpdyFrame.SpdyFrameBuilder<T extends SpdyFrame.SpdyFrameBuilder>
Modifier and Type | Field and Description |
---|---|
static int |
INTERNAL_ERROR_STATUS |
static int |
OK_STATUS |
static int |
PROTOCOL_ERROR_STATUS |
static int |
TYPE |
Modifier and Type | Method and Description |
---|---|
static GoAwayFrame.GoAwayFrameBuilder |
builder() |
void |
clearFlag(byte flag) |
int |
getLastGoodStreamId() |
int |
getStatusCode() |
protected void |
initialize(SpdyHeader header) |
boolean |
isFlagSet(byte flag) |
void |
recycle() |
void |
setFlag(byte flag) |
Buffer |
toBuffer(MemoryManager memoryManager) |
String |
toString() |
public static final int OK_STATUS
public static final int PROTOCOL_ERROR_STATUS
public static final int INTERNAL_ERROR_STATUS
public static final int TYPE
public static GoAwayFrame.GoAwayFrameBuilder builder()
public int getLastGoodStreamId()
public int getStatusCode()
public Buffer toBuffer(MemoryManager memoryManager)
public void recycle()
protected void initialize(SpdyHeader header)
initialize
in class SpdyFrame
Copyright © 2015 Oracle Corporation. All rights reserved.