public class AbstractAjpParseState extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
currentIntegerPart
when reading the first byte of an integer this stores the first value.
|
StringBuilder |
currentString
The current string being read
|
int |
stringLength
The length of the string being read
|
| Constructor and Description |
|---|
AbstractAjpParseState() |
public int stringLength
public StringBuilder currentString
public int currentIntegerPart
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.