Package | Description |
---|---|
examples.tls | |
gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
test.unit.gov.nist.javax.sip.stack.tls |
Modifier and Type | Method and Description |
---|---|
void |
Shootist.enforceTlsPolicy(ClientTransactionExt transaction) |
Modifier and Type | Method and Description |
---|---|
ClientTransactionExt |
ResponseEventExt.getOriginalTransaction()
Get the original transaction for which this is a forked response.
|
Modifier and Type | Method and Description |
---|---|
void |
TlsSecurityPolicy.enforceTlsPolicy(ClientTransactionExt transaction)
Enforce any application-specific security policy for TLS clients.
|
void |
ResponseEventExt.setOriginalTransaction(ClientTransactionExt originalTransaction)
Set the original transaction for a forked response.
|
Constructor and Description |
---|
ResponseEventExt(Object source,
ClientTransactionExt clientTransaction,
Dialog dialog,
Response response) |
Modifier and Type | Interface and Description |
---|---|
interface |
SIPClientTransaction |
Modifier and Type | Class and Description |
---|---|
class |
SIPClientTransactionImpl
Represents a client transaction.
|
Modifier and Type | Method and Description |
---|---|
ClientTransactionExt |
NioTlsChannelInterface.getEncapsulatedClientTransaction()
Returns the Client Transaction associated with this channel
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTlsSecurityPolicy.enforceTlsPolicy(ClientTransactionExt transaction)
Enforce any application-specific security policy for TLS clients.
|
Modifier and Type | Method and Description |
---|---|
void |
Shootist.enforceTlsPolicy(ClientTransactionExt transaction) |
void |
DeadSocketTlsTest.BadShootist.enforceTlsPolicy(ClientTransactionExt transaction) |
Copyright © 2018. All Rights Reserved.