public class HTTP2Server extends AbstractLifeCycle
start| 构造器和说明 |
|---|
HTTP2Server(String host,
int port,
HTTP2Configuration http2Configuration,
ServerHTTPHandler serverHTTPHandler) |
HTTP2Server(String host,
int port,
HTTP2Configuration http2Configuration,
ServerSessionListener listener,
ServerHTTPHandler serverHTTPHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
destroy() |
HTTP2Configuration |
getHttp2Configuration() |
protected void |
init() |
isStarted, isStopped, start, stoppublic HTTP2Server(String host, int port, HTTP2Configuration http2Configuration, ServerHTTPHandler serverHTTPHandler)
public HTTP2Server(String host, int port, HTTP2Configuration http2Configuration, ServerSessionListener listener, ServerHTTPHandler serverHTTPHandler)
public HTTP2Configuration getHttp2Configuration()
protected void init()
init 在类中 AbstractLifeCycleprotected void destroy()
destroy 在类中 AbstractLifeCycleCopyright © 2016. All rights reserved.