public interface Connector
URLConnector
Modifier and Type | Method and Description |
---|---|
String |
get(String link)
Perform an HTTP request.
|
String get(String link) throws IOException
String
.link
- a full link, including schemeString
, never null
IOException
- if a problem occurred with the connectionCopyright © 2018. All rights reserved.