gnu.inet.http

Interface ResponseHeaderHandler

public interface ResponseHeaderHandler

Callback interface for objects that wish to be notified of response header values.

Method Summary

void
setValue(String value)
Sets the value for the header associated with this handler.

Method Details

setValue

public void setValue(String value)
Sets the value for the header associated with this handler.