Class VisualPipeline

    • Method Detail

      • printInboundOrder

        public static void printInboundOrder​(AbstractPipeline pipeline,
                                             int mask)
        Prints the current inbound Handlers in the sequence of execution to the console.
        Parameters:
        pipeline - the pipeline that should be printed
        mask - the handler mask that should be fulfilled
      • printOnlySimpleInboundHandler

        public static void printOnlySimpleInboundHandler​(AbstractPipeline pipeline,
                                                         int mask)
        Prints the current outbound SimpleInboundHandlers in the sequence of execution to the console.
        Parameters:
        pipeline - the pipeline that should be printed
        mask - the handler mask that should be fulfilled
      • printOutboundOrder

        public static void printOutboundOrder​(AbstractPipeline pipeline,
                                              int mask)
        Prints the current outbound Handlers in the sequence of execution to the console.
        Parameters:
        pipeline - the pipeline that should be printed
        mask - the handler mask that should be fulfilled
      • printOnlySimpleOutboundHandler

        public static void printOnlySimpleOutboundHandler​(AbstractPipeline pipeline,
                                                          int mask)
        Prints the current outbound SimpleOutboundHandlers in the sequence of execution to the console.
        Parameters:
        pipeline - the pipeline that should be printed
        mask - the handler mask that should be fulfilled