Package gov.nist.javax.sip.header

Examples of gov.nist.javax.sip.header.Server


     *         responses.
     *
     */
    public Server createServerHeaderForStack() {

        Server retval = new Server();
        retval.addProductToken(this.stackName);
        return retval;
    }
View Full Code Here

TOP

Related Classes of gov.nist.javax.sip.header.Server

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.