public class ConnectionFollowRedirects extends Object
| Constructor and Description |
|---|
ConnectionFollowRedirects(String url) |
| Modifier and Type | Method and Description |
|---|---|
URLConnection |
getConnection() |
InputStream |
getInputStream() |
int |
getRedirects() |
public ConnectionFollowRedirects(String url) throws IOException
IOExceptionpublic URLConnection getConnection()
public int getRedirects()
public InputStream getInputStream() throws IOException
IOExceptionCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.