public class HttpCRSResponse
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
send(CMSSignedDataContentInfo response,
java.io.OutputStream os)
Sends an Http response by the given output stream.
|
static void |
send(CRSMessage response,
java.io.OutputStream os)
Sends an Http CRS response by the given output stream.
|
public static void send(CRSMessage response, java.io.OutputStream os) throws java.io.IOException
response
- The response to send over http.os
- The outputstream used to send the response.java.io.IOException
public static void send(CMSSignedDataContentInfo response, java.io.OutputStream os) throws java.io.IOException
response
- The response to send over http.os
- The outputstream used to send the response.java.io.IOException