Package org.elasticsearch.http
Interface HttpServerTransport
- All Superinterfaces:
AutoCloseable
,Closeable
,LifecycleComponent
,Releasable
,ReportingService<HttpInfo>
- All Known Implementing Classes:
AbstractHttpServerTransport
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dispatches HTTP requests.Nested classes/interfaces inherited from interface org.elasticsearch.node.ReportingService
ReportingService.Info
-
Field Summary
-
Method Summary
Methods inherited from interface org.elasticsearch.common.component.LifecycleComponent
addLifecycleListener, lifecycleState, removeLifecycleListener, start, stop
Methods inherited from interface org.elasticsearch.core.Releasable
close
-
Field Details
-
HTTP_SERVER_WORKER_THREAD_NAME_PREFIX
- See Also:
-
-
Method Details
-
boundAddress
BoundTransportAddress boundAddress() -
info
HttpInfo info()- Specified by:
info
in interfaceReportingService<HttpInfo>
-
stats
HttpStats stats()
-