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.client
Classes in info.ejava.examples.svc.httpapi.gestures.client that implement GesturesAPIModifier and TypeClassDescriptionclass
This class demonstrates an implementation of the Gestures client using RestClient.class
This class demonstrates an implementation of the Gestures client using WebClient in a purely *synchronous* / *blocking* manner.class
This 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.controllers
Classes in info.ejava.examples.svc.httpapi.gestures.controllers that implement GesturesAPIModifier and TypeClassDescriptionclass
The 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.