Class SlackUtils
- java.lang.Object
-
- org.apache.camel.component.slack.utils.SlackUtils
-
public final class SlackUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
readResponse(InputStream s)
static String
readResponse(org.apache.http.HttpResponse response)
-
-
-
Method Detail
-
readResponse
public static String readResponse(org.apache.http.HttpResponse response) throws IOException
- Throws:
IOException
-
readResponse
public static String readResponse(InputStream s) throws IOException, UnsupportedEncodingException
-
-