public class ByteConverterHTTP extends ByteConverter
| Constructor and Description |
|---|
ByteConverterHTTP() |
| Modifier and Type | Method and 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)