public class BootstrapManager extends Object
| Constructor and Description |
|---|
BootstrapManager() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.bootstrap.Bootstrap |
createBooStrap(String serviceName,
CommunicationOptions communicationOptions) |
static BootstrapManager |
getInstance() |
io.netty.bootstrap.Bootstrap |
getOrCreateBootstrap(String serviceName,
CommunicationOptions communicationOptions) |
void |
removeAll() |
io.netty.bootstrap.Bootstrap |
removeBootstrap(String serviceName) |
public static BootstrapManager getInstance()
public io.netty.bootstrap.Bootstrap getOrCreateBootstrap(String serviceName, CommunicationOptions communicationOptions)
public io.netty.bootstrap.Bootstrap createBooStrap(String serviceName, CommunicationOptions communicationOptions)
public io.netty.bootstrap.Bootstrap removeBootstrap(String serviceName)
public void removeAll()
Copyright © 2020 Baidu, Inc.. All rights reserved.