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

io.descoped.dc.api.node.BodyPublisher Maven / Gradle / Ivy

The newest version!
package io.descoped.dc.api.node;

import java.util.List;

public interface BodyPublisher extends OperationPublisher {

    String BODY_PUBLISHER_RESULT = "BODY_PUBLISHER_RESULT";

    FormEncoding getEncoding();

    BodyPublisherProducer getPlainText();

    BodyPublisherProducer getUrlEncodedData();

    List getParts();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy