udt.util
Class Application

java.lang.Object
  extended by udt.util.Application
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
ReceiveFile, SendFile, TestServerSocket, TestSocket

public abstract class Application
extends Object
implements Runnable


Field Summary
protected static String localIP
           
protected static int localPort
           
protected static boolean verbose
           
 
Constructor Summary
Application()
           
 
Method Summary
 void configure()
           
protected static void parseArg(String arg)
           
protected static String[] parseOptions(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

verbose

protected static boolean verbose

localIP

protected static String localIP

localPort

protected static int localPort
Constructor Detail

Application

public Application()
Method Detail

configure

public void configure()

parseOptions

protected static String[] parseOptions(String[] args)

parseArg

protected static void parseArg(String arg)


Copyright © 2013 LittleShoot. All Rights Reserved.