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

ProxyAuthenticateHeader

public class ProxyAuthenticateHeader extends AuthenticationHeader
WWW Authenticate SIP (HTTP ) header.

Fields Summary
public static final String
NAME
Proxy authetication header field label.
public static Class
clazz
Class handle.
Constructors Summary
public ProxyAuthenticateHeader()
Default Constructor.

    
     
        clazz = new ProxyAuthenticateHeader().getClass();
    
        super(PROXY_AUTHENTICATE);
    
Methods Summary