public interface Reply<T>
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
CRLF |
| Modifier and Type | Method and Description |
|---|---|
T |
data() |
void |
write(java.io.OutputStream os) |
T data()
void write(java.io.OutputStream os)
throws java.io.IOException
java.io.IOException