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

gov.nist.javax.sip.header.ViaHeaderExt Maven / Gradle / Ivy

There is a newer version: 1.3.0-91
Show newest version
/*
 * This code has been contributed by the authors to the public domain.
 */
package gov.nist.javax.sip.header;

import javax.sip.header.ViaHeader;


/**
 * @author [email protected]
 *
 */
public interface ViaHeaderExt extends ViaHeader {
    /**
     * Returns hostname:port as a string equivalent to the "sent-by" field
     * @return "sent-by" field
     * @since 2.0
     */
    public String getSentByField();
    /**
     * Returns transport to the "sent-protocol" field
     * @return "sent-protocol" field
     * @since 2.0
     */
    public String getSentProtocolField();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy