类 CustomHttpResponseInterceptor

java.lang.Object
com.digiwin.dap.middleware.dwpay.common.comm.CustomHttpResponseInterceptor
所有已实现的接口:
org.apache.hc.core5.http.HttpResponseInterceptor

public class CustomHttpResponseInterceptor extends Object implements org.apache.hc.core5.http.HttpResponseInterceptor
  • 字段详细资料

  • 构造器详细资料

    • CustomHttpResponseInterceptor

      public CustomHttpResponseInterceptor()
  • 方法详细资料

    • process

      public void process(org.apache.hc.core5.http.HttpResponse httpResponse, org.apache.hc.core5.http.EntityDetails entityDetails, org.apache.hc.core5.http.protocol.HttpContext httpContext) throws org.apache.hc.core5.http.HttpException, IOException
      指定者:
      process 在接口中 org.apache.hc.core5.http.HttpResponseInterceptor
      抛出:
      org.apache.hc.core5.http.HttpException
      IOException