public static final class IReceiveEvent.Util
extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getResponseBody(java.io.InputStreamReader reader)
Reads the whole response body and returns it as a string.
|
public static java.lang.String getResponseBody(java.io.InputStreamReader reader) throws java.io.IOException
reader
- The reader, must be non-nulljava.io.IOException
- in case of problem reading from the stream