Interface Interceptor

  • All Implemented Interfaces:

    
    public interface Interceptor
    
                        

    Interceptor intercepts a proxy request and the corresponding response. The interception of mutable Request and Response enables the dynamic transformation of proxied data.

    An Interceptor instance may intercept requests and responses concurrently. If the Interceptor implementation is not stateless, then synchronization is required.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description