Interface NettyBootstrapFactory

All Known Implementing Classes:
NettyBootstrapFactoryImpl

public interface NettyBootstrapFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.bootstrap.Bootstrap
     
    io.netty.bootstrap.ServerBootstrap
     
  • Method Details

    • newClient

      io.netty.bootstrap.Bootstrap newClient()
    • newServer

      io.netty.bootstrap.ServerBootstrap newServer()