this.clientPort = -1;
this.confidential = false;
this.method = null;
this.protocol = null;
this.reasonPhrase = "";
this.requestHeaders = new Form();
this.requestUri = null;
this.responseHeaders = new Form();
this.serverAddress = null;
this.serverPort = -1;
this.statusCode = 200;
this.version = null;
}