org.jasig.cas.client.ssl
Interface HttpURLConnectionFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
HttpsURLConnectionFactory

public interface HttpURLConnectionFactory
extends Serializable

A factory to prepare and configure URLConnection instances.

Since:
3.3
Author:
Misagh Moayyed

Method Summary
 HttpURLConnection buildHttpURLConnection(URLConnection url)
          Receives a URLConnection instance typically as a result of a URL opening a connection to a remote resource.
 

Method Detail

buildHttpURLConnection

HttpURLConnection buildHttpURLConnection(URLConnection url)
Receives a URLConnection instance typically as a result of a URL opening a connection to a remote resource. The received url connection is then configured and prepared appropriately depending on its type and is then returned to the caller to accommodate method chaining.

Parameters:
url - The url connection that needs to be configured
Returns:
The configured HttpURLConnection instance
See Also:
HttpsURLConnectionFactory}


Copyright © 2006-2015 Jasig. All Rights Reserved.