[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Finding information about a host
Check out the classes and interfaces ServletRequest, HttpServletRequest, GenericServlet, HttpServlet in the Servlet 2.3 API and possibly URLConnection in the java.net package. Java Servlet Programming 2nd edition by O'Reilly gives the CGI environmental variables and corresponding servlet methods on pp. 73-74.