|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.Restlet
fr.cnes.sitools.solr.SolrForward
public class SolrForward
Solr Core Container If you would like to interact with Solr through http without a Servlet container you can use this restlet.
://wiki.restlet.org/docs_2.0/13-restlet/28-restlet/229-restlet/version /2.pdf
Constructor Summary | |
---|---|
SolrForward(org.restlet.Context context)
Constructor |
Method Summary | |
---|---|
org.restlet.ext.wadl.ResourceInfo |
getResourceInfo(org.restlet.ext.wadl.ApplicationInfo applicationInfo)
|
void |
handle(org.restlet.Request request,
org.restlet.Response response)
|
Methods inherited from class org.restlet.Restlet |
---|
getApplication, getAuthor, getContext, getDescription, getLogger, getName, getOwner, isStarted, isStopped, setAuthor, setContext, setDescription, setName, setOwner, start, stop |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SolrForward(org.restlet.Context context)
context
- Restlet parent contextMethod Detail |
---|
public void handle(org.restlet.Request request, org.restlet.Response response)
handle
in interface org.restlet.Uniform
handle
in class org.restlet.Restlet
public org.restlet.ext.wadl.ResourceInfo getResourceInfo(org.restlet.ext.wadl.ApplicationInfo applicationInfo)
getResourceInfo
in interface org.restlet.ext.wadl.WadlDescribable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |