- unregisterHost(String) - Method in class com.orange.ngsi.ProtocolRegistry
-
unregister a host (mainly usefull for testing purpose).
- unsubscribeContext(String, HttpHeaders, String) - Method in class com.orange.ngsi.client.NgsiClient
-
Send an unsubscription request
- UnsubscribeContext - Class in com.orange.ngsi.model
-
UnsubcribeContext
- UnsubscribeContext() - Constructor for class com.orange.ngsi.model.UnsubscribeContext
-
- UnsubscribeContext(String) - Constructor for class com.orange.ngsi.model.UnsubscribeContext
-
- UnsubscribeContextResponse - Class in com.orange.ngsi.model
-
UnsubcribeContextResponse
- UnsubscribeContextResponse() - Constructor for class com.orange.ngsi.model.UnsubscribeContextResponse
-
- UnsubscribeContextResponse(StatusCode, String) - Constructor for class com.orange.ngsi.model.UnsubscribeContextResponse
-
- UnsupportedOperationException - Exception in com.orange.ngsi.exception
-
Created by pborscia on 08/07/2015.
- UnsupportedOperationException(String) - Constructor for exception com.orange.ngsi.exception.UnsupportedOperationException
-
- UpdateAction - Enum in com.orange.ngsi.model
-
Created by pborscia on 05/06/2015.
- updateContext(String, HttpHeaders, UpdateContext) - Method in class com.orange.ngsi.client.NgsiClient
-
Send an update request
- UpdateContext - Class in com.orange.ngsi.model
-
Created by pborscia on 05/06/2015.
- UpdateContext() - Constructor for class com.orange.ngsi.model.UpdateContext
-
- UpdateContext(UpdateAction) - Constructor for class com.orange.ngsi.model.UpdateContext
-
- updateContextAttribute(String, HttpHeaders, String, String, UpdateContextAttribute) - Method in class com.orange.ngsi.client.NgsiRestClient
-
Update the attribute of a context element
- UpdateContextAttribute - Class in com.orange.ngsi.model
-
Request for POST/PUT /contextEntities/{entityID}/attributes/{attributeName}
- UpdateContextAttribute() - Constructor for class com.orange.ngsi.model.UpdateContextAttribute
-
- updateContextAttributeValue(String, HttpHeaders, String, String, String, UpdateContextAttribute) - Method in class com.orange.ngsi.client.NgsiRestClient
-
Update the attribute value instance of a context element
- updateContextElement(String, HttpHeaders, String, UpdateContextElement) - Method in class com.orange.ngsi.client.NgsiRestClient
-
Append attributes to a context element
- UpdateContextElement - Class in com.orange.ngsi.model
-
Request message for PUT /contextEntities/{entityID}
- UpdateContextElement() - Constructor for class com.orange.ngsi.model.UpdateContextElement
-
- UpdateContextElementResponse - Class in com.orange.ngsi.model
-
Request response for PUT /contextEntities/{entityID}
- UpdateContextElementResponse() - Constructor for class com.orange.ngsi.model.UpdateContextElementResponse
-
- UpdateContextResponse - Class in com.orange.ngsi.model
-
Created by pborscia on 05/06/2015.
- UpdateContextResponse() - Constructor for class com.orange.ngsi.model.UpdateContextResponse
-
- updateContextSubscription(String, HttpHeaders, UpdateContextSubscription) - Method in class com.orange.ngsi.client.NgsiClient
-
Send a update subscription request
- updateContextSubscription(String, HttpHeaders, String, UpdateContextSubscription) - Method in class com.orange.ngsi.client.NgsiRestClient
-
Update a subscription
- UpdateContextSubscription - Class in com.orange.ngsi.model
-
UpdateContextSubscription
- UpdateContextSubscription() - Constructor for class com.orange.ngsi.model.UpdateContextSubscription
-
- UpdateContextSubscription(String, String, List<NotifyCondition>, String) - Constructor for class com.orange.ngsi.model.UpdateContextSubscription
-
- UpdateContextSubscriptionResponse - Class in com.orange.ngsi.model
-
UpdateContextSubscriptionResponse
- UpdateContextSubscriptionResponse() - Constructor for class com.orange.ngsi.model.UpdateContextSubscriptionResponse
-
- UpdateContextSubscriptionResponse(SubscribeResponse) - Constructor for class com.orange.ngsi.model.UpdateContextSubscriptionResponse
-
- UpdateContextSubscriptionResponse(SubscribeError) - Constructor for class com.orange.ngsi.model.UpdateContextSubscriptionResponse
-