org.gudy.azureus2.ui.swt
Class StartSocket

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.StartSocket

public class StartSocket
extends Object


Constructor Summary
StartSocket(String[] _args)
           
 
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
 

Constructor Detail

StartSocket

public StartSocket(String[] _args)
Method Detail

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)