Uses of Interface
info.ejava.examples.svc.httpapi.gestures.api.GesturesAPI
Packages that use GesturesAPI
Package
Description
- 
Uses of GesturesAPI in info.ejava.examples.svc.httpapi.gestures.clientClasses in info.ejava.examples.svc.httpapi.gestures.client that implement GesturesAPIModifier and TypeClassDescriptionclassThis class demonstrates an implementation of the Gestures client using RestClient.classThis class demonstrates an implementation of the Gestures client using WebClient in a purely *synchronous* / *blocking* manner.classThis class demonstrates a synchronous/blocking client using RestTemplate -- which is the only mode RestTemplate can operate in.
- 
Uses of GesturesAPI in info.ejava.examples.svc.httpapi.gestures.controllersClasses in info.ejava.examples.svc.httpapi.gestures.controllers that implement GesturesAPIModifier and TypeClassDescriptionclassThe following is an example of using the HTTP constructs, Resources, and Methods consistent with the HTTP-based/REST-like category of service discussed in the lectures.