我有一张与一名代理连接的袖珍,然后与一个遥远的服务器一一一号。 但是,希望从代理机构搬走服务器,有多个链接。 因此,我要向同一代理公司和连接边远服务器的4个袖珍公司制造4个袖珍。
当它做工时,它只是一次与代理人联系。
这里是代号:
static Socket[] liveCon = new Socket[300];
// This is the class that assigns a proxy and connects
// it is a temporary thread that connects and ends.
sockClass sockets = new sockClass;
class main {
for (int i = 0; i < livecon.length; i++) {
sockets[i].start(); // Thread ends after it is connected
}
}
class sockClass{
main.liveCon[index] = new Socket(proxy);
main.liveCon[index].connect(ep);
main.liveCon[index].setPerformancePreferences(1, 2, 0);
if (main.liveCon[index].isConnected() == true) {
myOutput = new PrintStream(main.liveCon[index].getOutputStream());
main.liveCon[index].setKeepAlive(true);
}
}