2010 FRC Java API


com.sun.spot.ota
Class OtaCommandServerSocketListener

java.lang.Object
  extended by com.sun.spot.ota.ServerSocketListener
      extended by com.sun.spot.ota.OtaCommandServerSocketListener
All Implemented Interfaces:
Runnable

public class OtaCommandServerSocketListener
extends ServerSocketListener

Author:
ea149956

Field Summary
static int DEFAULT_PORT
           
 
Fields inherited from class com.sun.spot.ota.ServerSocketListener
keepRunning, port
 
Constructor Summary
OtaCommandServerSocketListener()
           
 
Method Summary
 Runnable newRunnable(StreamConnection connection)
           
static void startListener()
           
 
Methods inherited from class com.sun.spot.ota.ServerSocketListener
free, run, start, stopRunning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
See Also:
Constant Field Values
Constructor Detail

OtaCommandServerSocketListener

public OtaCommandServerSocketListener()
Method Detail

startListener

public static void startListener()

newRunnable

public Runnable newRunnable(StreamConnection connection)
Specified by:
newRunnable in class ServerSocketListener

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.