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
IOException
protected void finished() throws IOException
IOException
protected abstract void handleData(ByteBuffer resource) throws IOException
IOException
public boolean isFinished()
public int getStreamId()
Copyright © 2015 JBoss by Red Hat. All rights reserved.