// 
// Decompiled by Procyon v0.6.0
// 

package io.netty.handler.codec.http3;

@FunctionalInterface
interface Http3FrameTypeValidator
{
    public static final Http3FrameTypeValidator NO_VALIDATION = (type, first) -> {};
    
    void validate(final long p0, final boolean p1) throws Http3Exception;
}
