public ServerListenThread(NetworkListenThread p_i1510_1_, InetAddress p_i1510_2_, int p_i1510_3_) throws IOException { super("Listen thread"); this.field_71771_f = p_i1510_1_; this.field_71778_h = p_i1510_3_; this.field_71774_e = new ServerSocket(p_i1510_3_, 0, p_i1510_2_); this.field_71772_g = p_i1510_2_ == null?this.field_71774_e.getInetAddress():p_i1510_2_; this.field_71774_e.setPerformancePreferences(0, 2, 1); }
public ServerListenThread(NetworkListenThread par1NetworkListenThread, InetAddress par2InetAddress, int par3) throws IOException { super("Listen thread"); this.myNetworkListenThread = par1NetworkListenThread; this.myPort = par3; this.myServerSocket = new ServerSocket(par3, 0, par2InetAddress); this.myServerAddress = par2InetAddress == null ? this.myServerSocket.getInetAddress() : par2InetAddress; this.myServerSocket.setPerformancePreferences(0, 2, 1); }
CallableConnectionName(NetworkListenThread p_i1531_1_, NetServerHandler p_i1531_2_) { this.field_111200_b = p_i1531_1_; this.field_111201_a = p_i1531_2_; }
public NetworkListenThread func_71212_ac() { return this.func_71343_a(); }
public NetworkListenThread func_71212_ac() { return this.field_71336_r; }
public NetworkListenThread getNetworkThread() { return this.getServerListeningThread(); }
public NetworkListenThread getNetworkThread() { return this.networkThread; }
public abstract NetworkListenThread func_71212_ac();
public abstract NetworkListenThread getNetworkThread();