public class WebFrontendBootstrap extends Object
Constructor and Description |
---|
WebFrontendBootstrap(org.apache.flink.shaded.netty4.io.netty.handler.codec.http.router.Router router,
org.slf4j.Logger log,
File directory,
SSLUtils.SSLContext sslContext,
String configuredAddress,
int configuredPort,
Configuration config) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.shaded.netty4.io.netty.bootstrap.ServerBootstrap |
getBootstrap() |
String |
getRestAddress() |
int |
getServerPort() |
void |
shutdown() |
public WebFrontendBootstrap(org.apache.flink.shaded.netty4.io.netty.handler.codec.http.router.Router router, org.slf4j.Logger log, File directory, @Nullable SSLUtils.SSLContext sslContext, String configuredAddress, int configuredPort, 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.