Package org.opendaylight.ovsdb.lib.impl
Class ChannelConnectionHandler
- java.lang.Object
-
- org.opendaylight.ovsdb.lib.impl.ChannelConnectionHandler
-
- All Implemented Interfaces:
io.netty.channel.ChannelFutureListener
,io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>
,EventListener
public class ChannelConnectionHandler extends Object implements io.netty.channel.ChannelFutureListener
-
-
Constructor Summary
Constructors Constructor Description ChannelConnectionHandler(OvsdbClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
operationComplete(io.netty.channel.ChannelFuture arg0)
-
-
-
Constructor Detail
-
ChannelConnectionHandler
public ChannelConnectionHandler(OvsdbClient client)
-
-