public class Connection extends Object
Constructor and Description |
---|
Connection(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
static boolean |
isLocalAddress(String addr) |
InputStream |
open(URL url)
Open an inputStream from the given URL.
|
public InputStream open(URL url) throws IOException
url
- IOException
public static boolean isLocalAddress(String addr) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2008–2014 JBoss.org. All rights reserved.