public abstract class SpdyPushBackParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
streamId |
| Constructor and Description |
|---|
SpdyPushBackParser(int frameLength) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finished() |
int |
getStreamId() |
protected abstract void |
handleData(ByteBuffer resource) |
boolean |
isFinished() |
void |
parse(ByteBuffer data) |
public void parse(ByteBuffer data) throws IOException
IOExceptionprotected void finished()
throws IOException
IOExceptionprotected abstract void handleData(ByteBuffer resource) throws IOException
IOExceptionpublic boolean isFinished()
public int getStreamId()
Copyright © 2015 JBoss by Red Hat. All rights reserved.