Class GlueHttpResponseMessage
java.lang.Object
com.poscoict.glueframework.scheduling.server.GlueHttpResponseMessage
A HTTP response message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
HTTP response codesstatic final int
Job이 수행되지 못한 경우의 리턴코드static final int
Job이 정상적으로 수행한 경우의 리턴코드 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendBody
(byte[] b) void
appendBody
(String s) org.apache.mina.core.buffer.IoBuffer
getBody()
int
int
void
setContentType
(String contentType) void
setResponseCode
(int responseCode)
-
Field Details
-
HTTP_STATUS_SUCCESS
public static final int HTTP_STATUS_SUCCESSHTTP response codes- See Also:
-
HTTP_STATUS_NOT_FOUND
public static final int HTTP_STATUS_NOT_FOUND- See Also:
-
HTTP_STATUS_INTERNAL_SERVER_ERROR
public static final int HTTP_STATUS_INTERNAL_SERVER_ERROR- See Also:
-
STATUS_JOB_SUCCESS
public static final int STATUS_JOB_SUCCESSJob이 정상적으로 수행한 경우의 리턴코드- See Also:
-
STATUS_JOB_ERROR
public static final int STATUS_JOB_ERRORJob이 수행되지 못한 경우의 리턴코드- See Also:
-
-
Constructor Details
-
GlueHttpResponseMessage
public GlueHttpResponseMessage()
-
-
Method Details
-
getHeaders
-
setContentType
-
setResponseCode
public void setResponseCode(int responseCode) -
getResponseCode
public int getResponseCode() -
appendBody
public void appendBody(byte[] b) -
appendBody
-
getBody
public org.apache.mina.core.buffer.IoBuffer getBody() -
getBodyLength
public int getBodyLength()
-