Submits a request and retrieves a response. @param request the request @return the response to the request defined by the specified request @exception IOException if an IO error occurs
(WebRequest request)
| 34 | * @exception IOException if an IO error occurs |
| 35 | */ |
| 36 | WebResponse getResponse(WebRequest request) throws IOException; |
| 37 | |
| 38 | @Override |
| 39 | void close() throws IOException; |
no outgoing calls