All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.webpieces.http2parser.api.Padding Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.webpieces.http2parser.api;

import org.webpieces.data.api.DataWrapper;

public interface Padding {
    void setPadding(byte[] padding);
    boolean isPadded();
    void setIsPadded(boolean isPadded);

    byte[] getPadding();
    DataWrapper extractPayloadAndSetPaddingIfNeeded(DataWrapper data);
    DataWrapper padDataIfNeeded(DataWrapper data);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy