Home | History | Annotate | Download | only in sip

Lines Matching defs:nist

5 * Standards and Technology (NIST), an agency of the Federal Government.
6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
11 * This software is provided by NIST as a service and is expressly
12 * provided "AS IS." NIST MAKES NO WARRANTY OF ANY KIND, EXPRESS, IMPLIED
15 * AND DATA ACCURACY. NIST does not warrant or make any representations
26 package gov.nist.javax.sip;
33 import gov.nist.core.net.AddressResolver;
34 import gov.nist.javax.sip.stack.HopImpl;
35 import gov.nist.javax.sip.stack.MessageProcessor;
38 * This is the default implementation of the AddressResolver. The AddressResolver is a NIST-SIP specific
49 * @see gov.nist.javax.sip.SipStackImpl#setAddressResolver(AddressResolver)
61 * @see gov.nist.core.net.AddressResolver#resolveAddress(javax.sip.address.Hop)