HandleConnection() public method

Creates TCP/IP Level network connection to Tomcat
public HandleConnection ( ) : void
return void
 public void HandleConnectionTest()
 {
     BonCodeAJP13ServerConnection target = new BonCodeAJP13ServerConnection(); // TODO: Initialize to an appropriate value
     target.HandleConnection();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }