public final class IOUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String string)
Decode a URL-encoded String
|
static String |
encode(String string)
Convert a String to URL-encoded version
|
static String |
getResultString(javax.ws.rs.core.Response response)
Convert get body from HTTP response and remove callback field
|
public static String decode(String string)
string - URL-encoded stringpublic static String encode(String string)
string - input Stringpublic static String getResultString(javax.ws.rs.core.Response response)
response - HTTP responseCopyright © 2017. All rights reserved.