@FunctionalInterface
public static interface IvoaAuthScheme.AuthReader<T>
Modifier and Type | Method and Description |
---|---|
T |
readAuth(java.net.HttpURLConnection conn)
Reads an item of information from an open URL connection.
|
T readAuth(java.net.HttpURLConnection conn) throws java.io.IOException
conn
- connectionjava.io.IOException