Package | Description |
---|---|
gov.nist.javax.sip.parser |
Parsers for SIP Headers, URL's and addresses.
|
Constructor and Description |
---|
PipelinedMsgParser(SIPTransactionStack sipStack,
Pipeline in)
This is the constructor for the pipelined parser.
|
PipelinedMsgParser(SIPTransactionStack sipStack,
SIPMessageListener sipMessageListener,
Pipeline in,
boolean debug,
int maxMessageSize)
Constructor when we are given a message listener and an input stream
(could be a TCP connection or a file)
|
PipelinedMsgParser(SIPTransactionStack sipStack,
SIPMessageListener mhandler,
Pipeline in,
int maxMsgSize)
This is the constructor for the pipelined parser.
|
Copyright © 2015. All Rights Reserved.