|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.my.webproxy.beans.http.HeaderImpl
public class HeaderImpl
This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.Header) interface
| Constructor Summary | |
|---|---|
HeaderImpl(String name,
String value)
The constructor with the name and value arguments. |
|
| Method Summary | |
|---|---|
String |
getName()
Return the name. |
String |
getValue()
Return the current value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeaderImpl(String name,
String value)
name - value - | Method Detail |
|---|
public String getName()
IHeader
getName in interface IHeader#setName(String)public String getValue()
IHeader
getValue in interface IHeader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||