NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Interface
gov.nist.javax.sip.parser.SIPMessageListener

Packages that use SIPMessageListener
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
 

Uses of SIPMessageListener in gov.nist.javax.sip.parser
 

Methods in gov.nist.javax.sip.parser with parameters of type SIPMessageListener
 void PipelinedMsgParser.setMessageListener(SIPMessageListener mlistener)
          Add a class that implements a SIPMessageListener interface whose methods get called * on successful parse and error conditons.
 

Constructors in gov.nist.javax.sip.parser with parameters of type SIPMessageListener
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.
 

Uses of SIPMessageListener in gov.nist.javax.sip.stack
 

Classes in gov.nist.javax.sip.stack that implement SIPMessageListener
 class TCPMessageChannel
          This is a stack abstraction for TCP connections.
 class TLSMessageChannel
          This is sipStack for TLS connections.
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.