Uses of Interface
org.elasticsearch.transport.TransportChannel

Packages that use TransportChannel
org.elasticsearch.transport   
org.elasticsearch.transport.local   
org.elasticsearch.transport.netty   
 

Uses of TransportChannel in org.elasticsearch.transport
 

Methods in org.elasticsearch.transport with parameters of type TransportChannel
 void TransportRequestHandler.messageReceived(T request, TransportChannel channel)
           
 

Uses of TransportChannel in org.elasticsearch.transport.local
 

Classes in org.elasticsearch.transport.local that implement TransportChannel
 class LocalTransportChannel
           
 

Uses of TransportChannel in org.elasticsearch.transport.netty
 

Classes in org.elasticsearch.transport.netty that implement TransportChannel
 class NettyTransportChannel
           
 



Copyright © 2009-2012. All Rights Reserved.