Server
Class MainServer

public class MainServer
implements java.lang.Runnable

Title:Server

Description:This implements the BitTorrent Listener

Copyright: Copyright (c) 2004

Company: Baylor University CS

Version:
1.0
Author:
CSI 5321 not attributable
Constructor Detail

MainServer

public MainServer()
default constructor

Method Detail

run

public void run()
Implements run method

listen

public void listen()
this function implements the listener socket

handleConnection

public void handleConnection(java.net.Socket s)
this handles the connection from every client
Parameters:
s - Socket