Package | Description |
---|---|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Constructor and Description |
---|
TLSMessageChannel(InetAddress inetAddr,
int port,
SIPTransactionStack sipStack,
TLSMessageProcessor messageProcessor)
Constructor - connects to the given inet address.
|
TLSMessageChannel(Socket sock,
SIPTransactionStack sipStack,
TLSMessageProcessor msgProcessor,
String threadName)
Constructor - gets called from the SIPStack class with a socket on
accepting a new client.
|
Copyright © 2015. All Rights Reserved.