gnu.inet.http
Interface ResponseHeaderHandler


public interface ResponseHeaderHandler

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

See Also:
Request#setHeaderHandler(String)

Method Summary
 void setValue(java.lang.String value)
          Sets the value for the header associated with this handler.
 

Method Detail

setValue

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