Class GridConnectionBytesVerifyFilter

  • All Implemented Interfaces:
    GridNioFilter

    public class GridConnectionBytesVerifyFilter
    extends GridNioFilterAdapter
    Verifies that first bytes received in accepted (incoming) NIO session are equal to IgniteUtils.IGNITE_HEADER.

    First U.IGNITE_HEADER.length bytes are consumed by this filter and all other bytes are forwarded through chain without any modification.

    • Constructor Detail

      • GridConnectionBytesVerifyFilter

        public GridConnectionBytesVerifyFilter​(IgniteLogger log)
        Creates a filter instance.
        Parameters:
        log - Logger.