com.bankframe.ei.channel.client
Class HttpsClient
java.lang.Object
com.bankframe.ei.channel.client.HttpClient
com.bankframe.ei.channel.client.HttpsClient
- All Implemented Interfaces:
- ChannelClient
public class HttpsClient
- extends HttpClient
This is the HttpsClient which allows clients to make
an SSL connection to the server
HttpsClient
public HttpsClient()
throws MalformedURLException,
ProcessingErrorException
- HttpsClient Constructor
- Throws:
MalformedURLException
ProcessingErrorException
HttpsClient
public HttpsClient(String urlString,
String contentTypeParam)
throws ProcessingErrorException,
MalformedURLException
- HttpsClient Constructor
- Parameters:
urlString
- String urlcontentTypeParam
- String
- Throws:
MalformedURLException
ProcessingErrorException
Copyright © 2005, 2007, Oracle. All rights reserved.