public class ErrorUtils extends Object
| Constructor and Description |
|---|
ErrorUtils() |
| Modifier and Type | Method and Description |
|---|---|
protected static rx.Single<String> |
getErrorFromStream(rx.Observable<io.netty.buffer.ByteBuf> stream,
int contentLength) |
protected static rx.Single<String> |
getErrorResponseAsync(io.reactivex.netty.protocol.http.client.HttpClientResponse<io.netty.buffer.ByteBuf> responseMessage) |
protected static void |
logException(String physicalAddress,
String activityId) |
protected static void |
logException(URI physicalAddress,
String activityId) |
protected static void |
logGoneException(String physicalAddress,
String activityId) |
protected static void |
logGoneException(URI physicalAddress,
String activityId) |
protected static rx.Single<String> getErrorResponseAsync(io.reactivex.netty.protocol.http.client.HttpClientResponse<io.netty.buffer.ByteBuf> responseMessage)
protected static rx.Single<String> getErrorFromStream(rx.Observable<io.netty.buffer.ByteBuf> stream, int contentLength)
Copyright © 2020. All rights reserved.