|
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.XHTTPPart
public final class XHTTPPart
HTTP Part to be sent.
| Constructor Summary | |
|---|---|
XHTTPPart(String name, String part)Construct an HTTP Part. |
|
XHTTPPart(String name, XAPIInputStream part)Construct an HTTP Part. |
|
| Method Summary | |
|---|---|
String |
getName()Get the name. |
Object |
getValue()Get the value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XHTTPPart(String name,
String part)
name - The part name.part - The part.
public XHTTPPart(String name,
XAPIInputStream part)
name - The part name.part - The part.| Method Detail |
|---|
public String getName()
public Object 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 | |||||||||