MjSip Stack
v1.6

org.zoolu.sip.header
Class ProxyAuthenticateHeader

java.lang.Object
  |
  +--org.zoolu.sip.header.Header
        |
        +--org.zoolu.sip.header.AuthenticationHeader
              |
              +--org.zoolu.sip.header.WwwAuthenticateHeader
                    |
                    +--org.zoolu.sip.header.ProxyAuthenticateHeader

public class ProxyAuthenticateHeader
extends WwwAuthenticateHeader

SIP Proxy-Authenticate header


Fields inherited from class org.zoolu.sip.header.AuthenticationHeader
LWS_SEPARATOR, QUOTED_PARAMETERS
 
Fields inherited from class org.zoolu.sip.header.Header
name, value
 
Constructor Summary
ProxyAuthenticateHeader(Header hd)
          Creates a new ProxyAuthenticateHeader
ProxyAuthenticateHeader(java.lang.String hvalue)
          Creates a new ProxyAuthenticateHeader
ProxyAuthenticateHeader(java.lang.String auth_scheme, java.util.Vector auth_params)
          Creates a new ProxyAuthenticateHeader specifing the auth_scheme and the vector of authentication parameters.
 
Methods inherited from class org.zoolu.sip.header.AuthenticationHeader
addAlgorithParam, addAutsParam, addCnonceParam, addNcParam, addNextnonceParam, addNonceParam, addOpaqueParam, addParameter, addQopOptionsParam, addQopParam, addQuotedParameter, addRealmParam, addResponseParam, addRspauthParam, addUnquotedParameter, addUriParam, addUsernameParam, getAlgorithParam, getAuthScheme, getAutsParam, getCnonceParam, getNcParam, getNextnonceParam, getNonceParam, getOpaqueParam, getParameter, getParameters, getQopOptionsParam, getQopParam, getRealmParam, getResponseParam, getRspauthParam, getUriParam, getUsernameParam, hasAlgorithmParam, hasAutsParam, hasCnonceParam, hasNcParam, hasNextnonceParam, hasNonceParam, hasOpaqueParam, hasParameter, hasQopOptionsParam, hasQopParam, hasRealmParam, hasResponseParam, hasRspauthParam, hasUriParam, hasUsernameParam
 
Methods inherited from class org.zoolu.sip.header.Header
clone, equals, getName, getValue, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyAuthenticateHeader

public ProxyAuthenticateHeader(java.lang.String hvalue)
Creates a new ProxyAuthenticateHeader

ProxyAuthenticateHeader

public ProxyAuthenticateHeader(Header hd)
Creates a new ProxyAuthenticateHeader

ProxyAuthenticateHeader

public ProxyAuthenticateHeader(java.lang.String auth_scheme,
                               java.util.Vector auth_params)
Creates a new ProxyAuthenticateHeader specifing the auth_scheme and the vector of authentication parameters.

auth_param is a vector of String of the form parm_name "=" parm_value


MjSip Stack
v1.6