Modifier and Type | Class and Description |
---|---|
static class |
RstStreamFrame.RstStreamFrameBuilder |
SpdyFrame.SpdyFrameBuilder<T extends SpdyFrame.SpdyFrameBuilder>
Modifier and Type | Field and Description |
---|---|
static int |
CANCEL |
static int |
FLOW_CONTROL_ERROR |
static int |
FRAME_TOO_LARGE |
static int |
INTERNAL_ERROR |
static int |
INVALID_CREDENTIALS |
static int |
INVALID_STREAM |
static int |
PROTOCOL_ERROR |
static int |
REFUSED_STREAM |
static int |
STREAM_ALREADY_CLOSED |
static int |
STREAM_IN_USE |
static int |
TYPE |
static int |
UNSUPPORTED_VERSION |
Modifier and Type | Method and Description |
---|---|
static RstStreamFrame.RstStreamFrameBuilder |
builder() |
void |
clearFlag(byte flag) |
int |
getStatusCode() |
int |
getStreamId() |
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 TYPE
public static final int PROTOCOL_ERROR
public static final int INVALID_STREAM
public static final int REFUSED_STREAM
public static final int UNSUPPORTED_VERSION
public static final int CANCEL
public static final int INTERNAL_ERROR
public static final int FLOW_CONTROL_ERROR
public static final int STREAM_IN_USE
public static final int STREAM_ALREADY_CLOSED
public static final int INVALID_CREDENTIALS
public static final int FRAME_TOO_LARGE
public static RstStreamFrame.RstStreamFrameBuilder builder()
public int getStreamId()
public int getStatusCode()
public void recycle()
public Buffer toBuffer(MemoryManager memoryManager)
protected void initialize(SpdyHeader header)
initialize
in class SpdyFrame
Copyright © 2015 Oracle Corporation. All rights reserved.