public class SynStreamFrame extends HeadersProviderFrame
Modifier and Type | Class and Description |
---|---|
static class |
SynStreamFrame.SynStreamFrameBuilder |
HeadersProviderFrame.HeadersProviderFrameBuilder<T extends HeadersProviderFrame.HeadersProviderFrameBuilder>
SpdyFrame.SpdyFrameBuilder<T extends SpdyFrame.SpdyFrameBuilder>
Modifier and Type | Field and Description |
---|---|
protected int |
associatedToStreamId |
static byte |
FLAG_FIN
Marks this frame as the last frame to be transmitted on this stream and
puts the sender in the half-closed.
|
static byte |
FLAG_UNIDIRECTIONAL
A stream created with this flag puts the recipient in the half-closed
state.
|
protected int |
priority |
protected int |
slot |
protected int |
streamId |
static int |
TYPE |
compressedHeaders
Modifier and Type | Method and Description |
---|---|
static SynStreamFrame.SynStreamFrameBuilder |
builder() |
int |
getAssociatedToStreamId() |
int |
getPriority() |
int |
getSlot() |
int |
getStreamId() |
protected void |
initialize(SpdyHeader header) |
void |
recycle() |
Buffer |
toBuffer(MemoryManager memoryManager) |
String |
toString() |
getCompressedHeaders
public static final int TYPE
public static final byte FLAG_FIN
public static final byte FLAG_UNIDIRECTIONAL
protected int streamId
protected int associatedToStreamId
protected int priority
protected int slot
public static SynStreamFrame.SynStreamFrameBuilder builder()
public int getStreamId()
public int getAssociatedToStreamId()
public int getPriority()
public int getSlot()
public void recycle()
recycle
in interface Cacheable
recycle
in class HeadersProviderFrame
public Buffer toBuffer(MemoryManager memoryManager)
protected void initialize(SpdyHeader header)
initialize
in class SpdyFrame
Copyright © 2015 Oracle Corporation. All rights reserved.