org.webpieces.webserver.impl.StreamsWebManaged Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-webserver Show documentation
Show all versions of http-webserver Show documentation
The full webpieces server AS A library
package org.webpieces.webserver.impl;
public interface StreamsWebManaged {
public String getCategory();
public int getMaxBodySize();
public void setMaxBodySize(int maxSize);
}