public class SpdyGoAwayParser extends SpdyPushBackParser
streamId
Constructor and Description |
---|
SpdyGoAwayParser(org.xnio.Pool<ByteBuffer> bufferPool,
int frameLength) |
Modifier and Type | Method and Description |
---|---|
int |
getLastGoodStreamId() |
int |
getStatusCode() |
protected void |
handleData(ByteBuffer resource) |
finished, getStreamId, isFinished, parse
public SpdyGoAwayParser(org.xnio.Pool<ByteBuffer> bufferPool, int frameLength)
protected void handleData(ByteBuffer resource)
handleData
in class SpdyPushBackParser
public int getStatusCode()
public int getLastGoodStreamId()
Copyright © 2015 JBoss by Red Hat. All rights reserved.