All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pkts.packet.sip.header.HeaderAddress Maven / Gradle / Ivy

There is a newer version: 3.0.10
Show newest version
/**
 * 
 */
package io.pkts.packet.sip.header;

import io.pkts.packet.sip.address.Address;

/**
 * @author [email protected]
 */
public interface HeaderAddress {

    Address getAddress();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy