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

org.glassfish.grizzly.http2.Http2Constants Maven / Gradle / Ivy

There is a newer version: 4.1.0-M1
Show newest version
package org.glassfish.grizzly.http2;

/**
 * Created by rlubke on 7/20/16.
 */
public interface Http2Constants {

    static final String HTTP11 = "http/1.1";
    static final String HTTP2 = "h2";
    static final String HTTP2_CLEAR = "h2c";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy