Uses of Interface
gov.nist.javax.sip.stack.ServerRequestInterface

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

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

Classes in gov.nist.javax.sip.stack that implement ServerRequestInterface
 class SIPServerTransaction
          Represents a server transaction.
 

Methods in gov.nist.javax.sip.stack that return ServerRequestInterface
 ServerRequestInterface SIPTransactionStack.newSIPServerRequest(SIPRequest requestReceived, MessageChannel requestMessageChannel)
          Handles a new SIP request.
 ServerRequestInterface StackMessageFactory.newSIPServerRequest(SIPRequest sipRequest, MessageChannel msgChan)
          Make a new SIPServerResponse given a SIPRequest and a message channel.
 

Methods in gov.nist.javax.sip.stack with parameters of type ServerRequestInterface
 void SIPServerTransaction.setRequestInterface(ServerRequestInterface newRequestOf)
          Sets the real RequestInterface this transaction encapsulates.
 



Copyright © 2012. All Rights Reserved.