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