Interface TransportProvider
-
- All Known Implementing Classes:
NettyTransportProvider
public interface TransportProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientFactorycreateClientFactory(TransportConf conf)TransportServercreateServer(TransportConf conf)
-
-
-
Method Detail
-
createServer
TransportServer createServer(TransportConf conf)
-
createClientFactory
ClientFactory createClientFactory(TransportConf conf)
-
-