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

ProxyAuthorizationHeader

public class ProxyAuthorizationHeader extends AuthenticationHeader
Authorization SIP header
version
JAIN-SIP-1.1 This code is in the public domain.

Fields Summary
public static final String
NAME
Proxy authorization header field label.
public static Class
clazz
Class handle.
Constructors Summary
public ProxyAuthorizationHeader()
Default constructor.

    
     
        clazz = new ProxyAuthorizationHeader().getClass();
    
        super(Header.PROXY_AUTHORIZATION);
    
public ProxyAuthorizationHeader(String hname)
Constructor with initial header name.

param
hname String to set

        super(hname);
    
Methods Summary