Class RetryWithHttpEntryPoint

  • All Implemented Interfaces:
    ChannelEntryPoint

    public class RetryWithHttpEntryPoint
    extends AbstractRetryEntryPoint
    Commences an insecure channel by retrying the original request using HTTP.

    This entry point should suffice in most circumstances. However, it is not intended to properly handle HTTP POSTs or other usage where a standard redirect would cause an issue.

    • Constructor Detail

      • RetryWithHttpEntryPoint

        public RetryWithHttpEntryPoint()