public static class HttpOverXmppReq.Req extends AbstractHttpOverXmpp.AbstractBody
version| Constructor and Description |
|---|
HttpOverXmppReq.Req(HttpMethod method,
java.lang.String resource)
Creates this object.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getEndTag()
Returns end tag.
|
int |
getMaxChunkSize()
Returns maxChunkSize attribute.
|
HttpMethod |
getMethod()
Returns method attribute.
|
java.lang.String |
getResource()
Returns resource attribute.
|
protected java.lang.String |
getStartTag()
Returns start tag.
|
boolean |
isIbb()
Returns ibb attribute.
|
boolean |
isJingle()
Returns jingle attribute.
|
boolean |
isSipub()
Returns sipub attribute.
|
void |
setIbb(boolean ibb)
Sets ibb attribute.
|
void |
setJingle(boolean jingle)
Sets jingle attribute.
|
void |
setMaxChunkSize(int maxChunkSize)
Sets maxChunkSize attribute.
|
void |
setSipub(boolean sipub)
Sets sipub attribute.
|
getData, getHeaders, getVersion, setData, setHeaders, setVersion, toXMLpublic HttpOverXmppReq.Req(HttpMethod method, java.lang.String resource)
method - method attributeresource - resource attributeprotected java.lang.String getStartTag()
AbstractHttpOverXmpp.AbstractBodygetStartTag in class AbstractHttpOverXmpp.AbstractBodyprotected java.lang.String getEndTag()
AbstractHttpOverXmpp.AbstractBodygetEndTag in class AbstractHttpOverXmpp.AbstractBodypublic HttpMethod getMethod()
public java.lang.String getResource()
public int getMaxChunkSize()
public void setMaxChunkSize(int maxChunkSize)
maxChunkSize - maxChunkSize attributepublic boolean isSipub()
public void setSipub(boolean sipub)
sipub - sipub attributepublic boolean isIbb()
public void setIbb(boolean ibb)
ibb - ibb attributepublic boolean isJingle()
public void setJingle(boolean jingle)
jingle - jingle attribute