Searched refs:DEFAULT_PORT (Results 1 – 3 of 3) sorted by relevance
34 static final int DEFAULT_PORT = 1080; field
45 private int serverPort = DEFAULT_PORT;61 this.serverPort = (port == -1 ? DEFAULT_PORT : port); in SocksSocketImpl()
34 static final int DEFAULT_PORT = 1080; field in SocksServer497 this (DEFAULT_PORT); in SocksServer()