Modifier and Type | Field and Description |
---|---|
static Charset |
DEFAULT_CHARSET
ISO-8859-1
|
Modifier and Type | Method and Description |
---|---|
static void |
write400BadRequest(OutputStream theOutputStream,
String theMessage) |
static void |
write400BadRequest(OutputStream theOutputStream,
String theMessage,
boolean theWriteHeaders) |
static void |
write400SignatureVerificationFailed(OutputStream theOutputStream,
boolean theWriteHeaders) |
static void |
write401Unauthorized(OutputStream theOutputStream) |
static void |
write401Unauthorized(OutputStream theOutputStream,
boolean theWriteHeaders) |
static void |
write500InternalServerError(javax.servlet.ServletOutputStream theOutputStream,
String theMessage,
boolean theWriteHeaders) |
public static final Charset DEFAULT_CHARSET
public static void write400BadRequest(OutputStream theOutputStream, String theMessage) throws IOException
IOException
public static void write400BadRequest(OutputStream theOutputStream, String theMessage, boolean theWriteHeaders) throws IOException
IOException
public static void write400SignatureVerificationFailed(OutputStream theOutputStream, boolean theWriteHeaders) throws IOException
IOException
public static void write401Unauthorized(OutputStream theOutputStream) throws IOException
IOException
public static void write401Unauthorized(OutputStream theOutputStream, boolean theWriteHeaders) throws IOException
IOException
public static void write500InternalServerError(javax.servlet.ServletOutputStream theOutputStream, String theMessage, boolean theWriteHeaders) throws IOException
IOException
Copyright © 2012–2017 University Health Network. All rights reserved.