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

com.firefly.server.http2.HTTP2ServerSSLHandshakeContext Maven / Gradle / Ivy

There is a newer version: 4.0.3.2
Show newest version
package com.firefly.server.http2;

import com.firefly.codec.http2.model.HttpVersion;
import com.firefly.net.tcp.ssl.SSLSession;

public class HTTP2ServerSSLHandshakeContext {
	public volatile SSLSession sslSession;
	public volatile HttpVersion httpVersion = HttpVersion.HTTP_1_1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy