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