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

io.gatling.recorder.internal.bouncycastle.mime.MimeParserContext Maven / Gradle / Ivy

package io.gatling.recorder.internal.bouncycastle.mime;

/**
 * Base interface for a MIME parser context.
 */
public interface MimeParserContext
{
    /**
     * Return the default value for Content-Transfer-Encoding for data we are parsing.
     *
     * @return the default Content-Transfer-Encoding.
     */
    String getDefaultContentTransferEncoding();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy