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
IOException
public URLConnection getConnection()
public int getRedirects()
public InputStream getInputStream() throws IOException
IOException
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.