public class AjpResponseParser extends AbstractAjpParser
AbstractAjpParser.IntegerHolder, AbstractAjpParser.StringHolder
Modifier and Type | Field and Description |
---|---|
static int |
CPING |
static int |
CPONG |
static AjpResponseParser |
INSTANCE |
static int |
SEND_HEADERS |
static int |
SHUTDOWN |
STRING_LENGTH_MASK
Constructor and Description |
---|
AjpResponseParser() |
Modifier and Type | Method and Description |
---|---|
protected HttpString |
headers(int offset) |
void |
parse(ByteBuffer buf,
io.undertow.client.ajp.AjpResponseParseState state,
io.undertow.client.ajp.AjpResponseBuilder builder) |
parse16BitInteger, parseString
public static final AjpResponseParser INSTANCE
public static final int SEND_HEADERS
public static final int CPONG
public static final int CPING
public static final int SHUTDOWN
public void parse(ByteBuffer buf, io.undertow.client.ajp.AjpResponseParseState state, io.undertow.client.ajp.AjpResponseBuilder builder)
protected HttpString headers(int offset)
headers
in class AbstractAjpParser
Copyright © 2013 JBoss by Red Hat. All rights reserved.