Searched refs:DEFAULT_SERVER_PORT (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()
20 public static final int DEFAULT_SERVER_PORT = 4939; field in Configuration