ServerBootstrap |
ServerBootstrap.address(InetSocketAddress address) |
ServerBootstrap |
ServerBootstrap.bossThreads(Integer threads) |
ServerBootstrap |
ServerBootstrap.codec(String codec) |
ServerBootstrap |
ServerBootstrap.host(String host) |
ServerBootstrap |
ServerBootstrap.port(Integer port) |
ServerBootstrap |
ServerBootstrap.register(Class<?> interfaceClazz,
Object ref) |
ServerBootstrap |
ServerBootstrap.registry(URL registryConfig) |
ServerBootstrap |
ServerBootstrap.server(String server) |
ServerBootstrap |
ServerBootstrap.timeout(Integer timeout) |
ServerBootstrap |
ServerBootstrap.workThreads(Integer threads) |