package io.netty.channel;

import java.util.Map;

/* JADX INFO: loaded from: classes.dex */
public interface MaxBytesRecvByteBufAllocator extends RecvByteBufAllocator {
    int maxBytesPerIndividualRead();

    MaxBytesRecvByteBufAllocator maxBytesPerIndividualRead(int i2);

    int maxBytesPerRead();

    MaxBytesRecvByteBufAllocator maxBytesPerRead(int i2);

    MaxBytesRecvByteBufAllocator maxBytesPerReadPair(int i2, int i3);

    Map.Entry<Integer, Integer> maxBytesPerReadPair();
}
