net.jxta.search.router
Interface Router.Connection

All Superinterfaces:
java.lang.Runnable
Enclosing class:
Router

public static interface Router.Connection
extends java.lang.Runnable


Field Summary
static int CONNECTING
           
static int DONE
           
static int INIT
           
static int READING
           
 
Method Summary
 int getState()
           
 void stop()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

INIT

public static final int INIT

CONNECTING

public static final int CONNECTING

READING

public static final int READING

DONE

public static final int DONE
Method Detail

getState

public int getState()

stop

public void stop()