org.analogweb.ResponseEntity Maven / Gradle / Ivy
package org.analogweb;
import java.io.IOException;
import java.io.OutputStream;
import java.nio.channels.WritableByteChannel;
public interface ResponseEntity {
T entity();
long getContentLength();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy