com.bankframe.ei.channel.client.http.affinity
Class CookieClient

java.lang.Object
  extended by com.bankframe.ei.channel.client.HttpClient
      extended by com.bankframe.ei.channel.client.http.affinity.CookieClient
All Implemented Interfaces:
ChannelClient
Direct Known Subclasses:
UrlRewritingClient

public class CookieClient
extends HttpClient


Field Summary
static String SESSION_ID_KEY
           
 
Fields inherited from class com.bankframe.ei.channel.client.HttpClient
separator
 
Constructor Summary
CookieClient()
           
CookieClient(String urlString, String contentTypeParam)
           
 
Method Summary
 
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
 

Field Detail

SESSION_ID_KEY

public static final String SESSION_ID_KEY
See Also:
Constant Field Values
Constructor Detail

CookieClient

public CookieClient()
             throws MalformedURLException,
                    ProcessingErrorException
Throws:
MalformedURLException
ProcessingErrorException

CookieClient

public CookieClient(String urlString,
                    String contentTypeParam)
             throws MalformedURLException,
                    ProcessingErrorException
Throws:
MalformedURLException
ProcessingErrorException


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