public static interface CarteRequestHandler.CarteResponse
| Modifier and Type | Method and Description | 
|---|---|
void | 
with(String contentType,
    CarteRequestHandler.OutputStreamResponse response)  | 
void | 
with(String contentType,
    CarteRequestHandler.WriterResponse response)  | 
void | 
withMessage(String text)  | 
void with(String contentType, CarteRequestHandler.WriterResponse response) throws IOException
IOExceptionvoid with(String contentType, CarteRequestHandler.OutputStreamResponse response) throws IOException
IOExceptionvoid withMessage(String text) throws IOException
IOException