public class LeaveGroupAgent extends ServiceAgent<GroupResult>
clientIdentity, httpMethod, onCompleteListener, serviceResult, serviceResultClass, serviceUri| Constructor and Description |
|---|
LeaveGroupAgent(java.net.URI baseUri,
java.lang.String groupRegistrationId,
java.lang.String endpointRegistrationId,
ClientIdentity identity,
java.lang.Object state)
Initializes an instance of the
LeaveGroupAgent class |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
parseServiceResultRequired()
gets the flag to indicate whether service result are required to be
parsed.
|
constructHttpRequest, getContentType, getRequestBodyData, getServiceResult, handleException, handleException, OnCompleteRequest, parseOutput, processRequest, setServiceResultpublic LeaveGroupAgent(java.net.URI baseUri,
java.lang.String groupRegistrationId,
java.lang.String endpointRegistrationId,
ClientIdentity identity,
java.lang.Object state)
throws java.lang.Exception
LeaveGroupAgent classbaseUri - base URI objectgroupRegistrationId - the registrationId of the groupendpointRegistrationId - the registrationId of the endpointidentity - the client identitystate - user defined state objectjava.lang.Exceptionprotected boolean parseServiceResultRequired()
ServiceAgentparseServiceResultRequired in class ServiceAgent<GroupResult>