Oracle Application Server HTTPClient API Reference
10g Release 2 (10.1.2)

B14020-02


HTTPClient
Class HTTPClientSSLFactory

java.lang.Object
  extended byHTTPClient.HTTPClientSSLFactory


public class HTTPClientSSLFactory
extends java.lang.Object

The treatment of SSL in HTTPClient is deliberately baroque and involves seemingly unnecessary classes because of the existence of a bunch of incompatible implementations of SSL. In particular some of the Oracle implementations can't coexist with the JSEE based implementation. So that things need to be done indirectly to avoid getting complaints about missing classes. This class is responsible for creating an HTTPClientSSL which will be responsible for SSL related operations on a socket. It chooses between a class based on oracle.security.ssl stuff and jsse stuff based on several factors, but it avoids any static references to any class in oracle.security.ssl


Constructor Summary
HTTPClientSSLFactory()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

HTTPClientSSLFactory

public HTTPClientSSLFactory()

Oracle Application Server HTTPClient API Reference
10g Release 2 (10.1.2)

B14020-02


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