public interface ConnectionHandler
Modifier and Type | Interface and Description |
---|---|
static class |
ConnectionHandler.Types
Supported authentication types.
|
Modifier and Type | Method and Description |
---|---|
java.net.URLConnection |
getConnection(java.net.URL url)
Return a connection for the specified url.
|