public class WebFrontendBootstrap extends Object
| Constructor and Description |
|---|
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) |
| 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.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–2024 The Apache Software Foundation. All rights reserved.