org.littleshoot.proxy
Class SslLauncher

java.lang.Object
  extended by org.littleshoot.proxy.SslLauncher

public class SslLauncher
extends Object

Launches a new HTTP proxy using SSL and a self-signed certificate.


Constructor Summary
SslLauncher()
           
 
Method Summary
static void main(String... args)
          Starts the proxy from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslLauncher

public SslLauncher()
Method Detail

main

public static void main(String... args)
Starts the proxy from the command line.

Parameters:
args - Any command line arguments.


Copyright © 2009-2013 LittleShoot. All Rights Reserved.