public interface ResponseBodyData
Modifier and Type | Method and Description |
---|---|
byte[] |
asByteArray()
Get the body as a byte array.
|
InputStream |
asInputStream()
Get the body as an input stream.
|
String |
asString()
Get the body as a string.
|
String asString()
byte[] asByteArray()
InputStream asInputStream()
Copyright © 2010–2019. All rights reserved.