resetProtocol method

void resetProtocol()

Implementation

void resetProtocol() {
  clientType = ClientTypes.HEADERS;
  readFrame();
}