| Class | Description | 
|---|---|
| ProtoChannelBeanPostProcessor | This class is designed to work in both a load-balanced and non load-balanced environment by replacing the existing
 default Spring channel processors which do not work in a load balanced environment. | 
| ProtoInsecureChannelProcessor | Very similar to the  InsecureChannelProcessorexcept that instead of relying on only the HttpServletRequest
 this also allows
 inspection of the X-Forwarded-Proto header to determine if the request is secure. | 
| ProtoSecureChannelProcessor | Very similar to the  SecureChannelProcessorexcept that instead of relying on only the HttpServletRequest this
 also allows
 inspection of the X-Forwarded-Proto header to determine if the request is secure. | 
Copyright © 2020. All rights reserved.