Class ConnectionFollowRedirects
- java.lang.Object
-
- org.optaplanner.examples.conferencescheduling.persistence.ConnectionFollowRedirects
-
public class ConnectionFollowRedirects extends Object
-
-
Constructor Summary
Constructors Constructor Description ConnectionFollowRedirects(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLConnectiongetConnection()InputStreamgetInputStream()intgetRedirects()
-
-
-
Constructor Detail
-
ConnectionFollowRedirects
public ConnectionFollowRedirects(String url) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getConnection
public URLConnection getConnection()
-
getRedirects
public int getRedirects()
-
getInputStream
public InputStream getInputStream() throws IOException
- Throws:
IOException
-
-