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 Link icon

    • ChannelConnectionHandler Link icon

      public ChannelConnectionHandler(OvsdbClient client)
  • Method Details Link icon

    • operationComplete Link icon

      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