|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of MessageProcessor in gov.nist.javax.sip |
---|
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 |
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. |
Methods in gov.nist.javax.sip.stack that return MessageProcessor | |
---|---|
MessageProcessor |
MessageChannel.getMessageProcessor()
Get the message processor. |
MessageProcessor |
SIPTransaction.getMessageProcessor()
|
Methods in gov.nist.javax.sip.stack with parameters of type MessageProcessor | |
---|---|
MessageChannel |
SIPTransactionStack.createMessageChannel(SIPRequest request,
MessageProcessor mp,
Hop nextHop)
Creates a client transaction to handle a new request. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |