|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mitre.jsip.SipRegister
Constructor Summary | |
SipRegister(SipUser user,
SipUri serveruri)
SipRegister |
Method Summary | |
void |
activate()
PollTask interface implementation |
int |
getAuthenticationType()
getAuthenticationType |
java.lang.String |
getAuthRealm()
getAuthRealm |
java.lang.String |
getProxyAuthRealm()
getProxyAuthRealm |
SipCall |
getRegisterCall()
getRegisterCall |
int |
getRegisterState()
getRegisterState |
SipUri |
getServerUri()
getServerUri |
void |
requestClearRegistration()
Disable a registration to a Registrar server. |
void |
requestRegister(boolean clear)
Request registration using already provided username and password |
void |
requestRegister(java.lang.String password)
Requests registration from the proxy. |
void |
requestRegister(java.lang.String newPassword,
boolean clear)
|
void |
setAuthentication(SipResponseMessage respMessage)
Sets the authentication required as detailed in a response message |
void |
setServerUri(SipUri newregserver)
setServerUri |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SipRegister(SipUser user, SipUri serveruri)
user
- serveruri
- Method Detail |
public int getRegisterState()
public int getAuthenticationType()
public void setAuthentication(SipResponseMessage respMessage) throws RegisterException
public SipUri getServerUri()
public void setServerUri(SipUri newregserver)
newregserver
- public void requestRegister(boolean clear) throws RegisterException
public void requestRegister(java.lang.String password) throws RegisterException
public void requestRegister(java.lang.String newPassword, boolean clear) throws RegisterException
public void requestClearRegistration()
public SipCall getRegisterCall()
public java.lang.String getAuthRealm()
public java.lang.String getProxyAuthRealm()
public void activate()
activate
in interface PollTask
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |