Lines Matching refs:address
67 import javax.sip.address.Router;
300 * getHostByName. Specifying your own address resolver allows you to customize
301 * address lookup. The default address resolver is a pass-through address
535 String address = configurationProperties
538 /** Retrieve the stack IP address */
539 if (address != null) {
540 // In version 1.2 of the spec the IP address is
543 super.setHostAddress(address);
547 throw new PeerUnavailableException("bad address " + address);
887 // Get the address of the stun server.
1061 public synchronized ListeningPoint createListeningPoint(String address,
1066 "createListeningPoint : address = " + address + " port = "
1069 if (address == null)
1071 "Address for listening point is null!");
1090 String key = ListeningPointImpl.makeKey(address, port, transport);
1097 InetAddress inetAddr = InetAddress.getByName(address);
1102 "Created Message Processor: " + address
1116 "Invalid argument address = " + address + " port = "
1196 * Get the IP Address of the stack.
1253 * This uses the default stack address to create a listening point.
1263 "Stack does not have a default IP Address!");