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 class
WikimediaUtils.ImageInfoPageHandler
protected class
WikimediaUtils.ImagePageHandler
protected class
WikipediaUtils.CategoriesForTopicPageHandler
protected class
WikipediaUtils.ExtractsPageHandler
protected class
WikipediaUtils.PagesForTopicPageHandler
protected class
WiktionaryUtils.PageHandler
Methods in io.outofprintmagazine.nlp.utils with parameters of type IJsonResponseHandler Modifier and Type Method Description void
HttpUtils. httpGetJsonCB(URI url, List<org.apache.http.Header> headers, IJsonResponseHandler handler)
void
HttpUtils. httpGetJsonCB(URI url, org.apache.http.Header[] headers, IJsonResponseHandler handler)
void
HttpUtils. httpGetJsonPaginated(URI baseUri, List<org.apache.http.NameValuePair> parameters, List<org.apache.http.Header> headers, String gimcontinueName, IJsonResponseHandler handler)
-