public class

ServiceUnavailableResponder

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.filters.johnson.ServiceUnavailableResponder

Class Overview

Delivers a trivial 503 response with no content.

Summary

Public Constructors
ServiceUnavailableResponder()
Public Methods
static void respondWithEmpty503(ServletResponse response)
static void respondWithEmpty503(HttpServletResponse response)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ServiceUnavailableResponder ()

Public Methods

public static void respondWithEmpty503 (ServletResponse response)

Throws
IOException

public static void respondWithEmpty503 (HttpServletResponse response)

Throws
IOException