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, parsepublic SpdyGoAwayParser(org.xnio.Pool<ByteBuffer> bufferPool, int frameLength)
protected void handleData(ByteBuffer resource)
handleData in class SpdyPushBackParserpublic int getStatusCode()
public int getLastGoodStreamId()
Copyright © 2016 JBoss by Red Hat. All rights reserved.