| java.lang.Object gov.nist.siplite.stack.GetSipServerResponse
GetSipServerResponse | public class GetSipServerResponse (Code) | | Test class with the same package as SIPTransactionStack.
Class methods allows to call friend methods from SIPTransactionStack
class and other classes in the same package.
|
newSIPServerResponse | public static SIPServerResponseInterface newSIPServerResponse(SIPTransactionStack sipStack, Response responseReceived, MessageChannel responseMessageChannel)(Code) | | Handles a new SIP response.
It finds a client transaction to handle
this message. If none exists, it sends the message directly to the
superclass.
Parameters: sipStack - sip stack object. Parameters: responseReceived - Response to handle. Parameters: responseMessageChannel - Channel that received message. A client transaction. |
|
|