/**
* Create a new instance of this class and intialize variables.
* Initially an http connection is unconnected to the network.
*/
public Protocol() {
reqProperties = new Properties();
headerFields = new Properties();
stringbuffer = new StringBuffer(32);
method = GET;
responseCode = -1;
protocol = "http";