Class DefaultErrorMapper

  • All Implemented Interfaces:
    ErrorMapper

    public class DefaultErrorMapper
    extends java.lang.Object
    implements ErrorMapper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkError​(io.netty.buffer.ByteBuf buf)  
      <T> T decode​(io.netty.buffer.ByteBuf buffer, java.lang.Class<T> tClass)  
      void statusCode​(reactor.netty.http.client.HttpClientResponse response)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultErrorMapper

        public DefaultErrorMapper()
    • Method Detail

      • statusCode

        public void statusCode​(reactor.netty.http.client.HttpClientResponse response)
        Specified by:
        statusCode in interface ErrorMapper
      • checkError

        public void checkError​(io.netty.buffer.ByteBuf buf)
        Specified by:
        checkError in interface ErrorMapper
      • decode

        public <T> T decode​(io.netty.buffer.ByteBuf buffer,
                            java.lang.Class<T> tClass)