Class AbstractProtocolManagerFactory<P extends BaseInterceptor>

    • Constructor Detail

      • AbstractProtocolManagerFactory

        public AbstractProtocolManagerFactory()
    • Method Detail

      • internalFilterInterceptors

        protected List<P> internalFilterInterceptors​(Class<P> type,
                                                     List<? extends BaseInterceptor> listIn)
        This method exists because java templates won't store the type of P at runtime. So it's not possible to write a generic method with having the Class Type. This will serve as a tool for sub classes to filter properly* * *
        Parameters:
        type -
        listIn -
        Returns: