Searched refs:Configuration (Results 1 – 2 of 2) sorted by relevance
38 private static int nextLocalPort = Configuration.DEFAULT_SERVER_PORT;90 return startViewServer(device, Configuration.DEFAULT_SERVER_PORT); in startViewServer()147 device.createForward(localPort, Configuration.DEFAULT_SERVER_PORT); in setupDeviceForward()169 device.removeForward(localPort, Configuration.DEFAULT_SERVER_PORT); in removeDeviceForward()201 Configuration.SERVICE_CODE_START_SERVER, port); in buildStartServerShellCommand()205 return String.format("service call window %d", Configuration.SERVICE_CODE_STOP_SERVER); in buildStopServerShellCommand()210 Configuration.SERVICE_CODE_IS_SERVER_RUNNING); in buildIsServerRunningShellCommand()
19 public class Configuration { class