|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pipeline | |
---|---|
gov.nist.javax.sip.parser | Parsers for SIP Headers, URL's and addresses. |
Uses of Pipeline in gov.nist.javax.sip.parser |
---|
Constructors in gov.nist.javax.sip.parser with parameters of type Pipeline | |
---|---|
PipelinedMsgParser(Pipeline in)
This is the constructor for the pipelined parser. |
|
PipelinedMsgParser(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(SIPMessageListener mhandler,
Pipeline in,
int maxMsgSize)
This is the constructor for the pipelined parser. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |