
org.webpieces.webserver.test.http2.TestMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-webserver-test Show documentation
Show all versions of http-webserver-test Show documentation
The full webpieces server AS A library
The newest version!
package org.webpieces.webserver.test.http2;
public enum TestMode {
//avoids marshalling in client, http2 engine, hpack etc.
EMBEDDED_DIRET_NO_PARSING,
EMBEDDED_PARSING,
REMOTE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy