edu.wisc.my.webproxy.beans.http
Interface IHeader

All Known Implementing Classes:
HeaderImpl

public interface IHeader

Represents a header that is passed to/from the remote application via the request.

Version:
$Id: IHeader.java 20993 2010-07-02 19:32:47Z edalquist $
Author:
nramzan

Method Summary
 String getName()
          Return the name.
 String getValue()
          Return the current value.
 

Method Detail

getName

String getName()
Return the name.

Returns:
String name The name
See Also:
#setName(String)

getValue

String getValue()
Return the current value.

Returns:
String value The current value.


Copyright © 2010 Jasig. All Rights Reserved.