
com.webpieces.httpparser2.api.dto.Http2Settings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-parser2 Show documentation
Show all versions of http-parser2 Show documentation
A re-usable asynchronous http2 parser
The newest version!
package com.webpieces.httpparser2.api.dto;
public class Http2Settings {
private Long headerTableSize;
private Boolean enablePush;
private Long maxConcurrentStreams;
private Long initialWindowSize;
private Long maxFrameSize;
private Long maxHeaderListSize;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy