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

ProxyAuthenticateList

public class ProxyAuthenticateList extends HeaderList
List of ProxyAuthenticate headers.
version
JAIN-SIP-1.1 This code is in the public domain.

Fields Summary
Constructors Summary
public ProxyAuthenticateList()
Default constructor

        super(PROXY_AUTHENTICATE);
    
Methods Summary