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

com.mindscapehq.raygun4java.webprovider.IRaygunHttpMessageBuilder Maven / Gradle / Ivy

Go to download

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