public class HeaderParser extends Object
Constructor and Description |
---|
HeaderParser() |
Modifier and Type | Method and Description |
---|---|
int |
getContentLength() |
FCGI.FrameType |
getFrameType() |
int |
getPaddingLength() |
int |
getRequest() |
boolean |
parse(ByteBuffer buffer)
Parses the bytes in the given
buffer as FastCGI header bytes |
protected void |
reset() |
public boolean parse(ByteBuffer buffer)
buffer
as FastCGI header bytesbuffer
- the bytes to parsepublic FCGI.FrameType getFrameType()
public int getRequest()
public int getContentLength()
public int getPaddingLength()
protected void reset()
Copyright © 1995-2015 Webtide. All Rights Reserved.