OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetHostPort
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/
ListeningPointImpl.java
248
HostPort
targetHostPort
= new HostPort();
249
targetHostPort
.setHost(new Host( ipAddress));
250
targetHostPort
.setPort(port);
251
MessageChannel messageChannel = this.messageProcessor.createMessageChannel(
targetHostPort
);
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java
[
all
...]
Completed in 247 milliseconds