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

org.archive.format.http.HttpRequestMessageObserver Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.archive.format.http;

public interface HttpRequestMessageObserver extends HttpConstants {
	public void messageParsed(int method, String path, int version, int bytes);
	public void messageCorrupt();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy