NIST SIP Parser and Stack (v1.2) API

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

Packages that use ParseExceptionListener
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
 

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

Subinterfaces of ParseExceptionListener in gov.nist.javax.sip.parser
 interface SIPMessageListener
          Interface that provides methods for processing good and bad messages for the PipelinedMessageParser.
 

Methods in gov.nist.javax.sip.parser with parameters of type ParseExceptionListener
 void StringMsgParser.setParseExceptionListener(ParseExceptionListener pexhandler)
          add a handler for header parsing errors.
 

Constructors in gov.nist.javax.sip.parser with parameters of type ParseExceptionListener
StringMsgParser(ParseExceptionListener exhandler)
          Constructor (given a parse exception handler).
 

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

Classes in gov.nist.javax.sip.stack that implement ParseExceptionListener
 class TCPMessageChannel
          This is stack for TCP connections.
 class UDPMessageChannel
          This is the UDP Message handler that gets created when a UDP message needs to be processed.
 


NIST SIP Parser and Stack (v1.2) API

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