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 nullIOException - if a problem occurred with the connectionCopyright © 2017. All rights reserved.