|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.zoolu.sip.header.Header
|
+--org.zoolu.sip.header.AuthenticationHeader
|
+--org.zoolu.sip.header.AuthorizationHeader
|
+--org.zoolu.sip.header.ProxyAuthorizationHeader
SIP Proxy-Authorization 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 | |
ProxyAuthorizationHeader(Header hd)
Creates a new ProxyAuthorizationHeader |
|
ProxyAuthorizationHeader(java.lang.String hvalue)
Creates a new ProxyAuthorizationHeader |
|
ProxyAuthorizationHeader(java.lang.String auth_scheme,
java.util.Vector auth_params)
Creates a new ProxyAuthorizationHeader specifing the auth_scheme and the vector of authentication parameters. |
|
| 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 |
public ProxyAuthorizationHeader(java.lang.String hvalue)
public ProxyAuthorizationHeader(Header hd)
public ProxyAuthorizationHeader(java.lang.String auth_scheme,
java.util.Vector auth_params)
auth_param is a vector of String of the form parm_name "=" parm_value
|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||