org.webpieces.http2client.api.exception.ServerRstStreamException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http2-client Show documentation
Show all versions of http2-client Show documentation
Strictly an http/2 client for when you know the server does http2 keeping it KISS
package org.webpieces.http2client.api.exception;
public class ServerRstStreamException extends RuntimeException {
private static final long serialVersionUID = 1L;
public ServerRstStreamException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy