org.jets3t.tests
Class PutViaSocket

java.lang.Object
  extended by org.jets3t.tests.PutViaSocket

public class PutViaSocket
extends java.lang.Object

Very basic client implementation able to PUT files into S3 using the Java socket implementation directly, with no HTTP library or transport of any kind.

To use this class:


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

Constructor Detail

PutViaSocket

public PutViaSocket()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception