Home | History | Annotate | Download | only in header

Lines Matching refs:address

32 import gov.nist.javax.sip.address.*;
61 /** Default constructor given an address.
63 *@param address -- address of this header.
66 public ReplyTo(AddressImpl address) {
68 this.address = address;
85 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
88 retval += address.encode();
89 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
99 * Conveniance accessor function to get the hostPort field from the address
103 return address.getHostPort();
107 * Get the display name from the address.
111 return address.getDisplayName();
136 * CVS: address here. If this is your work then delete this line.
171 * CVS: address here. If this is your work then delete this line.