public static class HttpOverXmppReq.Req extends AbstractHttpOverXmpp.AbstractBody
version
Constructor and Description |
---|
HttpOverXmppReq.Req(HttpMethod method,
String resource)
Creates this object.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getEndTag()
Returns end tag.
|
int |
getMaxChunkSize()
Returns maxChunkSize attribute.
|
HttpMethod |
getMethod()
Returns method attribute.
|
String |
getResource()
Returns resource attribute.
|
protected 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, toXML
public HttpOverXmppReq.Req(HttpMethod method, String resource)
method
- method attributeresource
- resource attributeprotected String getStartTag()
AbstractHttpOverXmpp.AbstractBody
getStartTag
in class AbstractHttpOverXmpp.AbstractBody
protected String getEndTag()
AbstractHttpOverXmpp.AbstractBody
getEndTag
in class AbstractHttpOverXmpp.AbstractBody
public HttpMethod getMethod()
public 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