org.gudy.azureus2.ui.swt
Class StartSocket
java.lang.Object
org.gudy.azureus2.ui.swt.StartSocket
public class StartSocket
- extends Object
Method Summary |
static void |
main(String[] args)
|
boolean |
sendArgs()
Attempt to send args via socket connection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartSocket
public StartSocket(String[] _args)
sendArgs
public boolean sendArgs()
- Attempt to send args via socket connection.
- Returns:
- true if successful, false if connection attempt failed
main
public static void main(String[] args)