Package org.opendaylight.ovsdb.lib.impl
Interface NettyBootstrapFactory
- All Known Implementing Classes:
 NettyBootstrapFactoryImpl
public interface NettyBootstrapFactory
- 
Method Summary
 
- 
Method Details
- 
newClient
io.netty.bootstrap.Bootstrap newClient() - 
newServer
io.netty.bootstrap.ServerBootstrap newServer() 
 -