com.webpieces.http2engine.api.error.ConnectionClosedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http2-engine Show documentation
Show all versions of http2-engine Show documentation
A re-usable asynchronous HTTP/2 parser
package com.webpieces.http2engine.api.error;
public class ConnectionClosedException extends RuntimeException {
private static final long serialVersionUID = 1L;
public ConnectionClosedException(ConnectionCancelled closedReason, String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy