|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xml_project.morganaxproc.filesystem.HttpHeader
public class HttpHeader
This class represents a http header and is used in XProcHttpResponse and
XProcHttpRequest.
| Constructor Summary | |
|---|---|
HttpHeader(java.lang.String name,
java.lang.String value)
Creates a new header with the given name and the given value. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Return the name of this HttpHeader |
java.lang.String |
getValue()
Returns the value of this HttpHeader. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpHeader(java.lang.String name,
java.lang.String value)
name - the header's namevalue - the header's value.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||