if (serverMode) {
msgBytes = http.httpReq.getMsgBytes();
parseRequestLine(line, msgBytes.method(),
msgBytes.url(),
msgBytes.query(),
msgBytes.protocol());
} else {
msgBytes = http.httpRes.getMsgBytes();
parseResponseLine(line, msgBytes.protocol(),
msgBytes.status(), msgBytes.message());