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() |
org.glassfish.grizzly.Buffer |
toBuffer(org.glassfish.grizzly.memory.MemoryManager memoryManager) |
String |
toString() |
getCompressedHeaderspublic 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 org.glassfish.grizzly.Cacheablerecycle in class HeadersProviderFramepublic org.glassfish.grizzly.Buffer toBuffer(org.glassfish.grizzly.memory.MemoryManager memoryManager)
protected void initialize(SpdyHeader header)
initialize in class SpdyFrameCopyright © 2020 Oracle Corporation. All Rights Reserved.