public class ServerBootstrap extends AbstractLifeCycle
start| 构造器和说明 |
|---|
ServerBootstrap(ServerHTTP2Configuration http2Configuration) |
ServerBootstrap(String configFileName) |
ServerBootstrap(String host,
int port) |
ServerBootstrap(String configFileName,
String host,
int port) |
public ServerBootstrap(ServerHTTP2Configuration http2Configuration)
public ServerBootstrap(String configFileName)
public ServerBootstrap(String host, int port)
protected void init()
init 在类中 AbstractLifeCycleprotected void destroy()
destroy 在类中 AbstractLifeCycleCopyright © 2016. All rights reserved.