| Package | Description |
|---|---|
| com.telestax.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClientAuthType |
SIPTransactionStack.clientAuth |
| Modifier and Type | Method and Description |
|---|---|
ClientAuthType |
SIPTransactionStack.getClientAuth() |
static ClientAuthType |
ClientAuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAuthType[] |
ClientAuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SIPTransactionStack.setClientAuth(ClientAuthType clientAuth) |
Copyright © 2014. All Rights Reserved.