Deprecated API

Deprecated Classes
dods.servlet.requestState
          This class has been replaced by dods.servlet.ReqState which allows the servlet to use bundled files for configuration. 
 

Deprecated Methods
dods.dap.parser.SimpleCharStream.getColumn()
            
dods.dap.parser.SimpleCharStream.getLine()
            
dods.servlet.DODSServlet.isTheClientCompressed(HttpServletRequest)
          This method has been encapsulated in the ReqState object and is no longer needed here. 
dods.servlet.DODSServlet.processDodsURL(HttpServletRequest)
          This method has been moved to the ReqState object and is no longer needed here. 
 

Deprecated Constructors
dods.dap.Attribute(AttributeTable)
          Use the ctor with the name. 
dods.dap.AttributeTable()
            
dods.servlet.ReqState(String, String, String, boolean, ServletConfig, String)