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

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 implements the main protocol abstractions that are defined by the SIP RFC 3261. 
 

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 a stack abstraction for TCP connections.
 class TLSMessageChannel
          This is sipStack for TLS connections.
 class UDPMessageChannel
          This is the UDP Message handler that gets created when a UDP message needs to be processed.
 


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.