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

io.pkts.packet.sip.SipRequestPacket Maven / Gradle / Ivy

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

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

/**
 * @author [email protected]
 */
public interface SipRequestPacket extends SipPacket {

    /**
     * Get the request uri of the sip request
     * 
     * @return
     */
    URI getRequestUri() throws SipPacketParseException;

    @Override
    SipRequestPacket clone();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy