Uses of Class
gov.nist.javax.sip.stack.TLSMessageProcessor

Packages that use TLSMessageProcessor
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
 

Uses of TLSMessageProcessor in gov.nist.javax.sip.stack
 

Constructors in gov.nist.javax.sip.stack with parameters of type TLSMessageProcessor
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 © 2012. All Rights Reserved.