public interface RequestBody
Modifier and Type | Method and Description |
---|---|
ByteBuf |
getBuffer() |
byte[] |
getBytes() |
InputStream |
getInputStream() |
String |
getText() |
void |
writeTo(OutputStream outputStream) |
String getText()
byte[] getBytes()
ByteBuf getBuffer()
void writeTo(OutputStream outputStream) throws IOException
IOException
InputStream getInputStream()