Class NettyBootstrapFactory

  • All Implemented Interfaces:
    AutoCloseable

    @Singleton
    public class NettyBootstrapFactory
    extends Object
    implements AutoCloseable
    A globally-instantiated context for use with OvsdbConnectionService.
    • Constructor Detail

      • NettyBootstrapFactory

        @Inject
        public NettyBootstrapFactory()
    • Method Detail

      • close

        @PreDestroy
        public void close()
        Specified by:
        close in interface AutoCloseable