public interface ConnectionConfigurator
HttpURLConnection created by
AuthenticatedURL instances.| Modifier and Type | Method | Description |
|---|---|---|
java.net.HttpURLConnection |
configure(java.net.HttpURLConnection conn) |
Configures the given
HttpURLConnection instance. |
java.net.HttpURLConnection configure(java.net.HttpURLConnection conn)
throws java.io.IOException
HttpURLConnection instance.conn - the HttpURLConnection instance to configure.HttpURLConnection instance.java.io.IOException - if an IO error occurred.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.