Package org.apache.solr.handler
Class StreamHandler
- java.lang.Object
- 
- org.apache.solr.handler.RequestHandlerBase
- 
- org.apache.solr.handler.StreamHandler
 
 
- 
- All Implemented Interfaces:
- ApiSupport,- SolrInfoBean,- NestedRequestHandler,- SolrMetricProducer,- SolrRequestHandler,- PermissionNameProvider,- SolrCoreAware
 
 public class StreamHandler extends RequestHandlerBase implements SolrCoreAware, PermissionNameProvider - Since:
- 5.1.0
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classStreamHandler.DaemonCollectionStreamstatic classStreamHandler.DaemonResponseStreamstatic classStreamHandler.DummyErrorStreamstatic classStreamHandler.TimerStream- 
Nested classes/interfaces inherited from interface org.apache.solr.security.PermissionNameProviderPermissionNameProvider.Name
 - 
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoBeanSolrInfoBean.Category, SolrInfoBean.Group
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.solr.handler.RequestHandlerBaseappends, defaults, httpCaching, initArgs, invariants, metricManager, registryName
 - 
Fields inherited from interface org.apache.solr.security.PermissionNameProviderANY, NULL, values
 - 
Fields inherited from interface org.apache.solr.request.SolrRequestHandlerTYPE
 
- 
 - 
Constructor SummaryConstructors Constructor Description StreamHandler()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SolrClientCachegetClientCache()StringgetDescription()Simple one or two line descriptionPermissionNameProvider.NamegetPermissionName(AuthorizationContext request)StringgetSource()voidhandleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp)voidinform(SolrCore core)- 
Methods inherited from class org.apache.solr.handler.RequestHandlerBasegetApis, getCategory, getInitArgs, getMetricNames, getMetricRegistry, getName, getPluginInfo, getRequestHandler, getSolrParamsFromNamedList, getSubHandler, handleRequest, init, initializeMetrics, setPluginInfo
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.solr.api.ApiSupportregisterV1, registerV2
 - 
Methods inherited from interface org.apache.solr.core.SolrInfoBeangetMetricsSnapshot, registerMetricName
 
- 
 
- 
- 
- 
Method Detail- 
getPermissionNamepublic PermissionNameProvider.Name getPermissionName(AuthorizationContext request) - Specified by:
- getPermissionNamein interface- PermissionNameProvider
 
 - 
getClientCachepublic static SolrClientCache getClientCache() 
 - 
informpublic void inform(SolrCore core) - Specified by:
- informin interface- SolrCoreAware
 
 - 
handleRequestBodypublic void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception - Specified by:
- handleRequestBodyin class- RequestHandlerBase
- Throws:
- Exception
 
 - 
getDescriptionpublic String getDescription() Description copied from interface:SolrInfoBeanSimple one or two line description- Specified by:
- getDescriptionin interface- SolrInfoBean
- Specified by:
- getDescriptionin class- RequestHandlerBase
 
 - 
getSourcepublic String getSource() 
 
- 
 
-