Class 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 Detail

      • ChannelConnectionHandler

        public ChannelConnectionHandler​(OvsdbClient client)
    • Method Detail

      • 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