Interface CxfResponseCallBack


public interface CxfResponseCallBack
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    responseReceived(io.netty.handler.codec.http.HttpResponse response)
     
  • Method Details

    • responseReceived

      void responseReceived(io.netty.handler.codec.http.HttpResponse response)
    • error

      void error(Throwable ex)