gnu.inet.http

Interface ResponseHeaderHandler

public interface ResponseHeaderHandler

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

Author:
Chris Burdess

See Also:
Request.setHeaderHandler(String)

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.


© Copyright 2003 The Free Software Foundation, all rights reserved