org.gudy.azureus2.ui.swt
Class StartServer
java.lang.Object
org.gudy.azureus2.ui.swt.StartServer
public class StartServer
- extends Object
- Author:
- Olivier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATE_FAULTY
public static final int STATE_FAULTY
- See Also:
- Constant Field Values
STATE_LISTENING
public static final int STATE_LISTENING
- See Also:
- Constant Field Values
queued_torrents
protected List queued_torrents
core_started
protected boolean core_started
this_mon
protected AEMonitor this_mon
StartServer
public StartServer()
pollForConnections
public void pollForConnections(AzureusCore azureus_core)
processArgs
protected void processArgs(AzureusCore core,
String[] args)
isURI
protected boolean isURI(String file_name)
handleFile
protected void handleFile(String file_name,
boolean open)
openQueuedTorrents
protected void openQueuedTorrents()
showMainWindow
protected void showMainWindow()
stopIt
public void stopIt()
getState
public int getState()
- Returns:
main
public static void main(String[] args)