public class AgentWebApp extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentWebApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PATH |
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
AgentWebApp() |
| Modifier and Type | Method and Description |
|---|---|
static AgentWebApp.Builder |
$for(String name,
WebAppApi app,
String wsPrefix) |
void |
close() |
int |
getPort() |
int |
getSecuredPort() |
void |
setPort(int port) |
void |
setSecuredPort(int securedPort) |
protected static final org.slf4j.Logger LOG
public static final String BASE_PATH
public static AgentWebApp.Builder $for(String name, WebAppApi app, String wsPrefix)
public int getPort()
public void setPort(int port)
public void setSecuredPort(int securedPort)
public int getSecuredPort()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.