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

com.webpieces.httpparser2.api.dto.Http2GoAway Maven / Gradle / Ivy

The newest version!
package com.webpieces.httpparser2.api.dto;

import org.webpieces.data.api.DataWrapper;

public class Http2GoAway {

	private int lastStreamId;
	private long errorCode;
	private DataWrapper debugData;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy