com.bankframe.ei.channel.client
Class HttpsClient

java.lang.Object
  extended bycom.bankframe.ei.channel.client.HttpClient
      extended bycom.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


Field Summary
 
Fields inherited from class com.bankframe.ei.channel.client.HttpClient
separator
 
Constructor Summary
HttpsClient()
          HttpsClient Constructor
HttpsClient(java.lang.String urlString, java.lang.String contentTypeParam)
          HttpsClient Constructor
 
Methods inherited from class com.bankframe.ei.channel.client.HttpClient
getCodec, getContentType, getURL, send, send, setContentType, setURL
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsClient

public HttpsClient()
            throws java.net.MalformedURLException,
                   ProcessingErrorException
HttpsClient Constructor

Throws:
java.net.MalformedURLException
ProcessingErrorException

HttpsClient

public HttpsClient(java.lang.String urlString,
                   java.lang.String contentTypeParam)
            throws ProcessingErrorException,
                   java.net.MalformedURLException
HttpsClient Constructor

Throws:
java.net.MalformedURLException
ProcessingErrorException


Copyright © 2005, 2007, Oracle. All rights reserved.