org.elasticsearch.http
Interface HttpServerTransport

All Superinterfaces:
CloseableComponent, LifecycleComponent<HttpServerTransport>
All Known Implementing Classes:
NettyHttpServerTransport

public interface HttpServerTransport
extends LifecycleComponent<HttpServerTransport>


Method Summary
 BoundTransportAddress boundAddress()
           
 void httpServerAdapter(HttpServerAdapter httpServerAdapter)
           
 HttpStats stats()
           
 
Methods inherited from interface org.elasticsearch.common.component.LifecycleComponent
addLifecycleListener, lifecycleState, removeLifecycleListener, start, stop
 
Methods inherited from interface org.elasticsearch.common.component.CloseableComponent
close
 

Method Detail

boundAddress

BoundTransportAddress boundAddress()

stats

HttpStats stats()

httpServerAdapter

void httpServerAdapter(HttpServerAdapter httpServerAdapter)


Copyright © 2009-2012. All Rights Reserved.