Closes the underlying stream.
Throws: - java.io.IOException - on error.
public java.lang.String
getResponse
()
throws
java.io.IOException
Read until the server indicates that the response is complete.
Read until the server indicates that the response is complete.
Returns:
Responsecode (3 digits) + Blank + Text from all
response line concatenated (with blanks replacing the \r\n
sequences).
Throws: - java.io.IOException - on error.