Class JaxrsResponseRestFilter

java.lang.Object
org.apache.dubbo.rpc.protocol.tri.rest.support.jaxrs.JaxrsResponseRestFilter
All Implemented Interfaces:
Comparable<org.apache.dubbo.common.lang.Prioritized>, org.apache.dubbo.common.lang.Prioritized, org.apache.dubbo.rpc.protocol.tri.rest.filter.RestExtension, org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter, org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.Listener

@Activate(order=-10000, onClass="javax.ws.rs.Path") public class JaxrsResponseRestFilter extends Object implements org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter, org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.Listener
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter

    org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.FilterChain, org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.Listener
  • Field Summary

    Fields inherited from interface org.apache.dubbo.common.lang.Prioritized

    COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onResponse(org.apache.dubbo.rpc.Result result, org.apache.dubbo.remoting.http12.HttpRequest request, org.apache.dubbo.remoting.http12.HttpResponse response)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.dubbo.common.lang.Prioritized

    compareTo, getPriority

    Methods inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.filter.RestExtension

    getPatterns

    Methods inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter

    doFilter

    Methods inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.Listener

    onError
  • Constructor Details

    • JaxrsResponseRestFilter

      public JaxrsResponseRestFilter()
  • Method Details

    • onResponse

      public void onResponse(org.apache.dubbo.rpc.Result result, org.apache.dubbo.remoting.http12.HttpRequest request, org.apache.dubbo.remoting.http12.HttpResponse response)
      Specified by:
      onResponse in interface org.apache.dubbo.rpc.protocol.tri.rest.filter.RestFilter.Listener