public class RawSendable extends Object implements IResponseSendable<String>
Constructor and Description |
---|
RawSendable(String theRawMessage)
Constructor
|
Modifier and Type | Method and Description |
---|---|
EncodingStyle |
getEncodingStyle() |
String |
getMessage() |
ResponseCode |
getResponseCode() |
void |
writeMessage(Writer theWriter) |
public RawSendable(String theRawMessage)
theRawMessage
- The message to returnpublic void writeMessage(Writer theWriter) throws IOException
writeMessage
in interface ISendable<String>
IOException
public EncodingStyle getEncodingStyle()
getEncodingStyle
in interface ISendable<String>
public ResponseCode getResponseCode()
getResponseCode
in interface IResponseSendable<String>
public String getMessage()
getMessage
in interface ISendable<String>
Copyright © 2012–2017 University Health Network. All rights reserved.