クラス
gov.nist.javax.sip.parser.Pipeline の使用

Pipeline を使用しているパッケージ
gov.nist.javax.sip.parser   
 

gov.nist.javax.sip.parser での Pipeline の使用
 

Pipeline 型のパラメータを持つ gov.nist.javax.sip.parser のコンストラクタ
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.