gov.nasa.worldwind.servers.wms
Class WMSHttpServletResponse
java.lang.Object
gov.nasa.worldwind.servers.wms.WMSHttpServletResponse
public class WMSHttpServletResponse
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BAD_REQUEST
public static final int BAD_REQUEST
- See Also:
- Constant Field Values
NO_CONTENT
public static final int NO_CONTENT
- See Also:
- Constant Field Values
NOT_FOUND
public static final int NOT_FOUND
- See Also:
- Constant Field Values
OK
public static final int OK
- See Also:
- Constant Field Values
SERVER_ERROR
public static final int SERVER_ERROR
- See Also:
- Constant Field Values
UNKNOWN_STATUS
public static final int UNKNOWN_STATUS
- See Also:
- Constant Field Values
WMSHttpServletResponse
public WMSHttpServletResponse(Socket s)
throws IOException
- Creates a new instance of WMSHttpServletResponse
- Throws:
IOException
addHeader
public void addHeader(String header,
String value)
flushBuffer
public void flushBuffer()
throws IOException
- Throws:
IOException
getOutputStream
public OutputStream getOutputStream()
throws IOException
- Throws:
IOException
getWriter
public PrintWriter getWriter()
throws IOException
- Throws:
IOException
isCommitted
public boolean isCommitted()
setContentLength
public void setContentLength(int length)
setContentType
public void setContentType(String type)
setStatus
public void setStatus(int status)