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

com.firefly.client.http2.HTTP2ClientContext Maven / Gradle / Ivy

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

import com.firefly.codec.http2.decode.HttpParser.ResponseHandler;
import com.firefly.codec.http2.model.HttpVersion;
import com.firefly.codec.http2.stream.Session.Listener;
import com.firefly.utils.concurrent.Promise;

public class HTTP2ClientContext {
	public Promise promise;
	public Listener listener;
	public ResponseHandler responseHandler;
	public volatile HttpVersion httpVersion = HttpVersion.HTTP_1_1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy