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
InsecureChannelProcessor except 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
SecureChannelProcessor except 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 © 2022. All rights reserved.