Class ExtractChannelBindingsHeadersHandler

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • finalDestination

        private boolean finalDestination
        Include header blocks targeted at the final destination node?
      • nextDestination

        private boolean nextDestination
        Include header blocks targeted at the next destination node?
    • Constructor Detail

      • ExtractChannelBindingsHeadersHandler

        public ExtractChannelBindingsHeadersHandler()
        Constructor.
    • Method Detail

      • setFinalDestination

        public void setFinalDestination​(boolean flag)
        Set whether to include header blocks targeted at the final destination node (defaults to false).
        Parameters:
        flag - flag to set
      • setNextDestination

        public void setNextDestination​(boolean flag)
        Set whether to include header blocks targeted at the next destination node (defaults to true).
        Parameters:
        flag - flag to set