|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.http.XHTTPHeader
public final class XHTTPHeader
HTTP Header.
| Constructor Summary | |
|---|---|
XHTTPHeader(String name, int value)Construct an HTTP Header. |
|
XHTTPHeader(String name, String value)Construct an HTTP Header. |
|
| Method Summary | |
|---|---|
String |
getName()Get the header name. |
String |
getValue()Get the header value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XHTTPHeader(String name,
String value)
name - The name.value - The value.
public XHTTPHeader(String name,
int value)
name - The name.value - The value.| Method Detail |
|---|
public String getName()
public String getValue()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||