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

Packages that use MessageProcessor
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. 
gov.nist.javax.sip.stack.sctp   
 

Uses of MessageProcessor in gov.nist.javax.sip
 

Fields in gov.nist.javax.sip declared as MessageProcessor
protected  MessageProcessor ListeningPointImpl.messageProcessor
          Pointer to the imbedded mesage processor.
 

Methods in gov.nist.javax.sip that return MessageProcessor
 MessageProcessor ListeningPointImpl.getMessageProcessor()
           
 

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

Subclasses of MessageProcessor in gov.nist.javax.sip.stack
 class ConnectionOrientedMessageProcessor
           
 class TCPMessageProcessor
          Sit in a loop waiting for incoming tcp connections and start a new thread to handle each new connection.
 class TLSMessageProcessor
          Sit in a loop waiting for incoming tls connections and start a new thread to handle each new connection.
 class UDPMessageProcessor
          Sit in a loop and handle incoming udp datagram messages.
 

Fields in gov.nist.javax.sip.stack declared as MessageProcessor
protected  MessageProcessor MessageChannel.messageProcessor
          Message processor to whom I belong (if set).
 

Methods in gov.nist.javax.sip.stack that return MessageProcessor
protected  MessageProcessor SIPTransactionStack.createMessageProcessor(InetAddress ipAddress, int port, String transport)
          Creates the equivalent of a JAIN listening point and attaches to the stack.
 MessageProcessor MessageProcessorFactory.createMessageProcessor(SIPTransactionStack sipStack, InetAddress ipAddress, int port, String transport)
           
 MessageProcessor OIOMessageProcessorFactory.createMessageProcessor(SIPTransactionStack sipStack, InetAddress ipAddress, int port, String transport)
           
 MessageProcessor SIPTransaction.getMessageProcessor()
           
 MessageProcessor MessageChannel.getMessageProcessor()
          Get the message processor.
protected  MessageProcessor[] SIPTransactionStack.getMessageProcessors()
          Gets an array of running MessageProcessors on this SIPStack.
 

Methods in gov.nist.javax.sip.stack with parameters of type MessageProcessor
protected  void SIPTransactionStack.addMessageProcessor(MessageProcessor newMessageProcessor)
          Adds a new MessageProcessor to the list of running processors for this SIPStack and starts it.
 MessageChannel SIPTransactionStack.createMessageChannel(SIPRequest request, MessageProcessor mp, Hop nextHop)
          Creates a client transaction to handle a new request.
protected  void SIPTransactionStack.removeMessageProcessor(MessageProcessor oldMessageProcessor)
          Removes a MessageProcessor from this SIPStack.
 

Uses of MessageProcessor in gov.nist.javax.sip.stack.sctp
 

Subclasses of MessageProcessor in gov.nist.javax.sip.stack.sctp
 class SCTPMessageProcessor
          SCTP Message Processor
 



Copyright © 2012. All Rights Reserved.