Class ErrorUtils


  • public class ErrorUtils
    extends Object
    • Constructor Detail

      • ErrorUtils

        public ErrorUtils()
    • Method Detail

      • getErrorResponseAsync

        protected static rx.Single<String> getErrorResponseAsync​(io.reactivex.netty.protocol.http.client.HttpClientResponse<io.netty.buffer.ByteBuf> responseMessage)
      • getErrorFromStream

        protected static rx.Single<String> getErrorFromStream​(rx.Observable<io.netty.buffer.ByteBuf> stream,
                                                              int contentLength)
      • logGoneException

        protected static void logGoneException​(URI physicalAddress,
                                               String activityId)
      • logGoneException

        protected static void logGoneException​(String physicalAddress,
                                               String activityId)
      • logException

        protected static void logException​(URI physicalAddress,
                                           String activityId)
      • logException

        protected static void logException​(String physicalAddress,
                                           String activityId)