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

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

The newest version!
package org.archive.format.http;

public interface HttpResponseMessageObserver extends HttpConstants {
	public void messageParsed(int version, int code, String reason, int bytes);
	public void messageCorrupt();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy