org.mobicents.slee.resource.xcapclient.handler
Class AsyncPutIfMatchByteArrayContentHandler
java.lang.Object
org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfMatchByteArrayContentHandler
- All Implemented Interfaces:
- java.lang.Runnable
public class AsyncPutIfMatchByteArrayContentHandler
- extends AbstractAsyncHandler
Handles an async put if ETag match request, using byte array content.
- Author:
- emmartins
|
Field Summary |
protected byte[] |
content
|
protected java.lang.String |
eTag
|
protected java.lang.String |
mimetype
|
|
Method Summary |
protected 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 byte[] content
eTag
protected java.lang.String eTag
AsyncPutIfMatchByteArrayContentHandler
public AsyncPutIfMatchByteArrayContentHandler(XCAPClientResourceAdaptor ra,
XCAPResourceAdaptorActivityHandle handle,
java.net.URI uri,
java.lang.String eTag,
java.lang.String mimetype,
byte[] content,
Header[] additionalRequestHeaders,
Credentials credentials)
doRequest
protected 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 © 2011. All Rights Reserved.