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 Details

    • ChannelConnectionHandler

      public ChannelConnectionHandler(OvsdbClient client)
  • Method Details

    • operationComplete

      public void operationComplete(io.netty.channel.ChannelFuture arg0) throws Exception
      Specified by:
      operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>
      Throws:
      Exception