Class DefaultHttpURLConnectionFactory
- java.lang.Object
 - 
- de.cardcontact.opencard.service.remoteclient.DefaultHttpURLConnectionFactory
 
 
- 
- All Implemented Interfaces:
 HttpURLConnectionFactory
public class DefaultHttpURLConnectionFactory extends java.lang.Object implements HttpURLConnectionFactory
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultHttpURLConnectionFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.HttpURLConnectioncreate(java.net.URL url) 
 - 
 
- 
- 
Method Detail
- 
create
public java.net.HttpURLConnection create(java.net.URL url) throws java.io.IOException- Specified by:
 createin interfaceHttpURLConnectionFactory- Throws:
 java.io.IOException
 
 - 
 
 -