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

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

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

public interface HttpHeaderObserver extends HttpConstants {

	public void headerParsed(byte name[], int ns, int nl, 
			byte value[], int vs, int vl);

	public void headersComplete(int totalBytes);
	public void headersCorrupt();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy