Uses of Class
jain.protocol.ip.sip.Challenge

Packages that use Challenge
jain.protocol.ip.sip This package contains the main interfaces required to represent JAIN SIP protocol stacks, JAIN SIP applications, as well as the classes and exceptions needed to send and receive JAIN SIP messages. 
jain.protocol.ip.sip.header This package contains the classes representing SIP headers. 
 

Uses of Challenge in jain.protocol.ip.sip
 

Subclasses of Challenge in jain.protocol.ip.sip
 class BasicChallenge
          This class represents a Basic Authentication scheme Challenge.
 class DigestChallenge
          This class represents a Digest Authentication scheme Challenge.
 

Methods in jain.protocol.ip.sip with parameters of type Challenge
 boolean Challenge.equals(Challenge challenge)
          Indicates whether some other Challenge is "equal to" this one
 

Uses of Challenge in jain.protocol.ip.sip.header
 

Methods in jain.protocol.ip.sip.header that return Challenge
 Challenge ProxyAuthenticateHeader.getChallenge()
          Gets challenge of ProxyAuthenticateHeader
 Challenge WWWAuthenticateHeader.getChallenge()
          Gets challenge of WWWAuthenticateHeader
 

Methods in jain.protocol.ip.sip.header with parameters of type Challenge
 void ProxyAuthenticateHeader.setChallenge(Challenge challenge)
          Set challenge of ProxyAuthenticateHeader
 void WWWAuthenticateHeader.setChallenge(Challenge challenge)
          Sets challenge of WWWAuthenticateHeader
 

Constructors in jain.protocol.ip.sip.header with parameters of type Challenge
ProxyAuthenticateHeader.ProxyAuthenticateHeader(Challenge challenge)
          Creates a ProxyAuthenticateHeader based on given challenge
WWWAuthenticateHeader.WWWAuthenticateHeader(Challenge challenge)
          Creates a WWWAuthenticateHeader based on given challenge
 



If you have any comments or queries, please mail them to JAIN-SIP-interest@sun.com


Copyright - 2000 Sun Microsystems