Class ProxyResponseRenderer

    • Field Detail

      • FORBIDDEN_RESPONSE_HEADERS

        public static final com.google.common.collect.ImmutableList<java.lang.String> FORBIDDEN_RESPONSE_HEADERS
      • FORBIDDEN_REQUEST_HEADERS

        public static final com.google.common.collect.ImmutableList<java.lang.String> FORBIDDEN_REQUEST_HEADERS
    • Constructor Detail

      • ProxyResponseRenderer

        public ProxyResponseRenderer​(ProxySettings proxySettings,
                                     KeyStoreSettings trustStoreSettings,
                                     boolean preserveHostHeader,
                                     java.lang.String hostHeaderValue,
                                     GlobalSettingsHolder globalSettingsHolder,
                                     boolean trustAllProxyTargets,
                                     java.util.List<java.lang.String> trustedProxyTargets,
                                     boolean stubCorsEnabled)