Intro
Jump to navigation
Jump to search
The UDP and TCP Transports do the framing and once they have determined that the message is infact a SIP message. After that, there is type determination done after which parsing is done as and when required. A lazy parser is basically used to run only when the information is required. At that point, it can throw so the calling method needs to be aware of that.