Uses of Interface
io.outofprintmagazine.nlp.utils.IJsonResponseHandler
-
Packages that use IJsonResponseHandler Package Description io.outofprintmagazine.nlp.utils -
-
Uses of IJsonResponseHandler in io.outofprintmagazine.nlp.utils
Classes in io.outofprintmagazine.nlp.utils that implement IJsonResponseHandler Modifier and Type Class Description protected classWikimediaUtils.ImageInfoPageHandlerprotected classWikimediaUtils.ImagePageHandlerprotected classWikipediaUtils.CategoriesForTopicPageHandlerprotected classWikipediaUtils.ExtractsPageHandlerprotected classWikipediaUtils.PagesForTopicPageHandlerprotected classWiktionaryUtils.PageHandlerMethods in io.outofprintmagazine.nlp.utils with parameters of type IJsonResponseHandler Modifier and Type Method Description voidHttpUtils. httpGetJsonCB(URI url, List<org.apache.http.Header> headers, IJsonResponseHandler handler)voidHttpUtils. httpGetJsonCB(URI url, org.apache.http.Header[] headers, IJsonResponseHandler handler)voidHttpUtils. httpGetJsonPaginated(URI baseUri, List<org.apache.http.NameValuePair> parameters, List<org.apache.http.Header> headers, String gimcontinueName, IJsonResponseHandler handler)
-