OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createMessageChannel
(Results
1 - 5
of
5
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java
284
public abstract MessageChannel
createMessageChannel
(HostPort targetHostPort)
292
public abstract MessageChannel
createMessageChannel
(InetAddress targetHost,
TCPMessageProcessor.java
214
public synchronized MessageChannel
createMessageChannel
(HostPort targetHostPort)
246
public synchronized MessageChannel
createMessageChannel
(InetAddress host, int port)
TLSMessageProcessor.java
230
public synchronized MessageChannel
createMessageChannel
(HostPort targetHostPort)
262
public synchronized MessageChannel
createMessageChannel
(InetAddress host, int port)
UDPMessageProcessor.java
309
public MessageChannel
createMessageChannel
(HostPort targetHostPort)
315
public MessageChannel
createMessageChannel
(InetAddress host, int port)
SIPTransactionStack.java
[
all
...]
Completed in 211 milliseconds