|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.common.component.AbstractComponent
org.elasticsearch.common.component.AbstractLifecycleComponent<HttpServerTransport>
org.elasticsearch.http.netty.NettyHttpServerTransport
public class NettyHttpServerTransport
Field Summary |
---|
Fields inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent |
---|
lifecycle |
Fields inherited from class org.elasticsearch.common.component.AbstractComponent |
---|
componentSettings, logger, settings |
Constructor Summary | |
---|---|
NettyHttpServerTransport(Settings settings,
NetworkService networkService)
|
Method Summary | |
---|---|
BoundTransportAddress |
boundAddress()
|
protected void |
doClose()
|
protected void |
doStart()
|
protected void |
doStop()
|
void |
httpServerAdapter(HttpServerAdapter httpServerAdapter)
|
HttpStats |
stats()
|
Methods inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent |
---|
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stop |
Methods inherited from class org.elasticsearch.common.component.AbstractComponent |
---|
nodeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.elasticsearch.common.component.LifecycleComponent |
---|
addLifecycleListener, lifecycleState, removeLifecycleListener, start, stop |
Methods inherited from interface org.elasticsearch.common.component.CloseableComponent |
---|
close |
Constructor Detail |
---|
@Inject public NettyHttpServerTransport(Settings settings, NetworkService networkService)
Method Detail |
---|
public void httpServerAdapter(HttpServerAdapter httpServerAdapter)
httpServerAdapter
in interface HttpServerTransport
protected void doStart() throws ElasticSearchException
doStart
in class AbstractLifecycleComponent<HttpServerTransport>
ElasticSearchException
protected void doStop() throws ElasticSearchException
doStop
in class AbstractLifecycleComponent<HttpServerTransport>
ElasticSearchException
protected void doClose() throws ElasticSearchException
doClose
in class AbstractLifecycleComponent<HttpServerTransport>
ElasticSearchException
public BoundTransportAddress boundAddress()
boundAddress
in interface HttpServerTransport
public HttpStats stats()
stats
in interface HttpServerTransport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |