Converterpublic class ByteConverterHTTP extends ByteConverter
| Constructor | Description |
|---|---|
ByteConverterHTTP() |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
decode(byte[] values) |
|
byte[] |
decode(java.lang.String values) |
Decode http.
|
java.lang.String |
toString(BufferedBuffer values) |
encode, toStringpublic java.lang.String toString(BufferedBuffer values)
toString in class ByteConverterpublic byte[] decode(java.lang.String values)
decode in class ByteConvertervalues - the bytespublic byte[] decode(byte[] values)