public class WebFrontendBootstrap extends Object
| 构造器和说明 |
|---|
WebFrontendBootstrap(org.apache.flink.runtime.rest.handler.router.Router router,
org.slf4j.Logger log,
File directory,
org.apache.flink.runtime.io.network.netty.SSLHandlerFactory serverSSLFactory,
String configuredAddress,
int configuredPort,
org.apache.flink.configuration.Configuration config) |
public WebFrontendBootstrap(org.apache.flink.runtime.rest.handler.router.Router router,
org.slf4j.Logger log,
File directory,
@Nullable
org.apache.flink.runtime.io.network.netty.SSLHandlerFactory serverSSLFactory,
String configuredAddress,
int configuredPort,
org.apache.flink.configuration.Configuration config)
throws InterruptedException,
UnknownHostException
public org.apache.flink.shaded.netty4.io.netty.bootstrap.ServerBootstrap getBootstrap()
public int getServerPort()
public String getRestAddress()
public void shutdown()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.