JSP Servlets   «Prev 

Reading Java Servlet Response

Input Stream Connection
Input Stream Connection

  line 1 get an input stream from the connection
  line 2 first spot, get a buffered reader from the input stream reader
  line 3 second spot, get an input stream reader from the input stream
  line 4 read the reply from the buffered reader
  line 5 close the input stream from the servlet