Class NoopIOSessionStrategy

    • Constructor Detail

      • NoopIOSessionStrategy

        public NoopIOSessionStrategy()
    • Method Detail

      • upgrade

        public org.apache.http.nio.reactor.IOSession upgrade​(org.apache.http.HttpHost host,
                                                             org.apache.http.nio.reactor.IOSession iosession)
        Description copied from interface: SchemeIOSessionStrategy
        Decorates the original IOSession with a transport level security protocol implementation.
        Specified by:
        upgrade in interface SchemeIOSessionStrategy
        Parameters:
        host - the target host.
        iosession - the I/O session.
        Returns:
        upgraded I/O session.