org.mobicents.slee.resource.xcapclient.handler
Class AsyncPutStringContentHandler
java.lang.Object
org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
org.mobicents.slee.resource.xcapclient.handler.AsyncPutStringContentHandler
- All Implemented Interfaces:
- java.lang.Runnable
public class AsyncPutStringContentHandler
- extends AbstractAsyncHandler
Handles an async put request, using String content.
- Author:
- emmartins
|
Field Summary |
protected java.lang.String |
content
|
protected java.lang.String |
mimetype
|
|
Constructor Summary |
AsyncPutStringContentHandler(XCAPClientResourceAdaptor ra,
org.mobicents.slee.resource.xcapclient.XCAPResourceAdaptorActivityHandle handle,
java.net.URI uri,
java.lang.String mimetype,
java.lang.String content,
org.apache.http.Header[] additionalRequestHeaders,
org.apache.http.auth.Credentials credentials)
|
|
Method Summary |
protected org.mobicents.xcap.client.XcapResponse |
doRequest()
To be implemented by concrete handler, sends the request to the XCAP and
processes response. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mimetype
protected java.lang.String mimetype
content
protected java.lang.String content
AsyncPutStringContentHandler
public AsyncPutStringContentHandler(XCAPClientResourceAdaptor ra,
org.mobicents.slee.resource.xcapclient.XCAPResourceAdaptorActivityHandle handle,
java.net.URI uri,
java.lang.String mimetype,
java.lang.String content,
org.apache.http.Header[] additionalRequestHeaders,
org.apache.http.auth.Credentials credentials)
doRequest
protected org.mobicents.xcap.client.XcapResponse doRequest()
throws java.lang.Exception
- Description copied from class:
AbstractAsyncHandler
- To be implemented by concrete handler, sends the request to the XCAP and
processes response.
- Specified by:
doRequest in class AbstractAsyncHandler
- Returns:
-
- Throws:
java.io.IOException
java.lang.Exception
Copyright © 2010. All Rights Reserved.