All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.atp.daemon.AtpResponseImpl

java.lang.Object
   |
   +----com.ibm.atp.daemon.AtpResponseImpl

public final class AtpResponseImpl
extends Object
implements AtpResponse

Constructor Index

 o AtpResponseImpl(OutputStream)

Method Index

 o getOutputStream()
 o getStatusCode()
 o sendError(int)
 o sendResponse()
 o setContentEncoding(String)
 o setContentLanguage(String)
 o setContentType(String)
 o setResultURI(URL)
 o setStatusCode(int)
 o setStatusCode(int, String)

Constructors

 o AtpResponseImpl
 public AtpResponseImpl(OutputStream out) throws IOException

Methods

 o setResultURI
 public void setResultURI(URL url)
 o setContentType
 public void setContentType(String type)
 o setContentLanguage
 public void setContentLanguage(String lang)
 o setContentEncoding
 public void setContentEncoding(String enc)
 o getOutputStream
 public OutputStream getOutputStream() throws IOException
 o sendResponse
 public void sendResponse() throws IOException
 o setStatusCode
 public void setStatusCode(int i,
                           String msg)
 o setStatusCode
 public void setStatusCode(int i)
 o getStatusCode
 public int getStatusCode()
 o sendError
 public void sendError(int i) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index