FileDocCategorySizeDatePackage
WWWAuthenticateHeader.javaAPI DocphoneME MR2 API (J2ME)1924Wed May 02 18:00:42 BST 2007gov.nist.siplite.header

WWWAuthenticateHeader

public class WWWAuthenticateHeader extends AuthenticationHeader
WWW Authenticate SIP (HTTP ) header.
version
JAIN-SIP-1.1 This code is in the public domain.

Fields Summary
public static final String
NAME
WWW Authentication header field label.
public static Class
clazz
Class handle.
Constructors Summary
public WWWAuthenticateHeader()
Default Constructor.

    
     
        clazz = new WWWAuthenticateHeader().getClass();
    
        super(WWW_AUTHENTICATE);
    
Methods Summary
public java.lang.ObjectgetValue()
Gets the value of the header (just returns the scheme).

return
the scheme object.

        return getScheme();