public class ServerParser extends Parser
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServerParser.Listener |
| Constructor and Description |
|---|
ServerParser(ByteBufferPool byteBufferPool,
ServerParser.Listener listener,
int maxHeaderTableSize,
int maxHeaderSize) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
onPreface() |
boolean |
parse(ByteBuffer buffer) |
notifyConnectionFailurepublic ServerParser(ByteBufferPool byteBufferPool, ServerParser.Listener listener, int maxHeaderTableSize, int maxHeaderSize)
public boolean parse(ByteBuffer buffer)
protected boolean onPreface()
Copyright © 1995-2014 Webtide. All Rights Reserved.