
com.mindscapehq.raygun4java.webprovider.IRaygunHttpMessageBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webprovider Show documentation
Show all versions of webprovider Show documentation
The official provider for the Raygun Crash Reporting service. This is the web provider that sends errors caught from your servlet/JSP application. Used in conjunction with raygun4java.core.
The newest version!
package com.mindscapehq.raygun4java.webprovider;
import com.mindscapehq.raygun4java.core.IRaygunMessageBuilder;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public interface IRaygunHttpMessageBuilder extends IRaygunMessageBuilder {
IRaygunHttpMessageBuilder setRequestDetails(HttpServletRequest request, HttpServletResponse response);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy