|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageProcessor | |
gov.nist.javax.sip.stack | This package contains the classes for building a SIP stack. |
Uses of MessageProcessor in gov.nist.javax.sip.stack |
Subclasses of MessageProcessor in gov.nist.javax.sip.stack | |
class |
TCPMessageProcessor
Sit in a loop waiting for incoming tcp connections and start a new thread to handle each new connection. |
class |
UDPMessageProcessor
Sit in a loop and handle incoming udp datagram messages. |
Methods in gov.nist.javax.sip.stack that return MessageProcessor | |
MessageProcessor[] |
SIPStack.getMessageProcessors()
Gets an array of running MessageProcessors on this SIPStack. |
MessageProcessor |
SIPStack.getMessageProcessor(String transport)
Get a message processor for the given transport. |
MessageProcessor |
SIPStack.createMessageProcessor(int port,
String transport)
Creates the equivalent of a JAIN listening point and attaches to the stack. |
MessageProcessor |
MessageChannel.getMessageProcessor()
Get the message processor. |
Methods in gov.nist.javax.sip.stack with parameters of type MessageProcessor | |
void |
SIPStack.addMessageProcessor(MessageProcessor newMessageProcessor)
Adds a new MessageProcessor to the list of running processors for this SIPStack and starts it. |
void |
SIPStack.removeMessageProcessor(MessageProcessor oldMessageProcessor)
Removes a MessageProcessor from this SIPStack. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |