com.ibm.maf.atp
Interface AtpResponse
- All Known Implementing Classes:
- AtpResponseImpl, HttpCGIResponseImpl
- interface AtpResponse
getOutputStream
public java.io.OutputStream getOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getStatusCode
public int getStatusCode()
sendError
public void sendError(int i)
throws java.io.IOException
- Throws:
java.io.IOException
sendResponse
public void sendResponse()
throws java.io.IOException
- Throws:
java.io.IOException
setContentType
public void setContentType(java.lang.String string)
setStatusCode
public void setStatusCode(int i)
setStatusCode
public void setStatusCode(int i,
java.lang.String msg)