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$
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 © 2012 Jasig. All Rights Reserved.