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

package io.netty.handler.codec.http.websocketx;

public interface WebSocketFrameMaskGenerator
{
    int nextMask();
}
