RestComm / jain-sip

Disclaimer: This repository is a git-svn mirror of the project found at http://java.net/projects/jsip whose original repository is developed collaboratively by the Advanced Networking Technologies Division at the National Institute of Standards and Technology (NIST) - an agency of the United States Department of Commerce and by a community of individual and enterprise contributors. TeleStax, Inc. will perform some productization work, new features experimentation branches, etc for its TelScale jSIP product that doesn't concern the community from the main repository hence this git repository.
http://www.restcomm.com/
142 stars 151 forks source link

MsgParserFacotry is creating a new parser everytime #92

Closed jaimecasero closed 8 years ago

jaimecasero commented 8 years ago

The parser class is totally stateless, and may be reused by using a simple static instance... plugability si still honored by restarting the stack...