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

org.webpieces.webserver.test.http2.TestMode Maven / Gradle / Ivy

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