WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.security.sslclient
Class SSLSocketClient

java.lang.Object
  |
  +--examples.security.sslclient.SSLSocketClient

public class SSLSocketClient
extends java.lang.Object

A Java client demonstrates connecting to a JSP served by WebLogic Server using the secure port and displays the results of the connection.

Author:
Copyright (c) 1999-2002 by BEA Systems, Inc. All Rights Reserved.

Constructor Summary
SSLSocketClient()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 void SSLSocketClient()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLSocketClient

public SSLSocketClient()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.io.IOException

SSLSocketClient

public void SSLSocketClient()

Documentation is available at
http://e-docs.bea.com/wls/docs70

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.