Package org.mozilla.jss.tests
Class JSS_FileUploadServer
- java.lang.Object
-
- org.mozilla.jss.tests.JSS_FileUploadServer
-
public class JSS_FileUploadServer extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JSS_FileUploadServer.HandshakeListener
-
Constructor Summary
Constructors Constructor Description JSS_FileUploadServer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doIt(java.lang.String[] args)
boolean
getSuccess()
static void
main(java.lang.String[] args)
void
setFailure()
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
doIt
public void doIt(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
setFailure
public void setFailure()
-
getSuccess
public boolean getSuccess()
-
-