OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServerRequestInterface
(Results
1 - 9
of
9
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/stack/
ServerRequestInterface.java
48
public interface
ServerRequestInterface
{
StackMessageFactory.java
56
public
ServerRequestInterface
newSIPServerRequest(
SIPServerTransaction.java
173
public class SIPServerTransaction extends SIPTransaction implements
ServerRequestInterface
,
183
private transient
ServerRequestInterface
requestOf;
524
public void setRequestInterface(
ServerRequestInterface
newRequestOf) {
[
all
...]
TCPMessageChannel.java
509
ServerRequestInterface
sipServerRequest = sipStack.newSIPServerRequest(
TLSMessageChannel.java
480
ServerRequestInterface
sipServerRequest = sipStack.newSIPServerRequest(
UDPMessageChannel.java
481
ServerRequestInterface
sipServerRequest = sipStack
[
all
...]
SIPTransactionStack.java
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/
NistSipMessageFactoryImpl.java
64
public
ServerRequestInterface
newSIPServerRequest(SIPRequest sipRequest,
DialogFilter.java
48
import gov.nist.javax.sip.stack.
ServerRequestInterface
;
89
class DialogFilter implements
ServerRequestInterface
, ServerResponseInterface {
[
all
...]
Completed in 164 milliseconds