public interface WebConnection extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
WebResponse |
getResponse(WebRequest request)
Submits a request and retrieves a response.
|
close
WebResponse getResponse(WebRequest request) throws IOException
request
- the requestIOException
- if an IO error occursCopyright © 2002–2017 Gargoyle Software Inc.. All rights reserved.