agjava.net
Class agRecvPacket

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--agjava.net.agRecvPacket

public class agRecvPacket
extends java.lang.Thread


Field Summary
static Network N
           
static int newShare
           
static int oldShare
           
static int seqShared
           
static int totalShare
           
static java.util.HashMap Transfers
           
static boolean useMeta
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
agRecvPacket(java.lang.String Username, java.lang.String Password, boolean useMeta, Network N)
           
 
Method Summary
 void agDisconnect()
           
 java.lang.String RecPacket()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Transfers

public static java.util.HashMap Transfers

useMeta

public static boolean useMeta

N

public static Network N

totalShare

public static int totalShare

seqShared

public static int seqShared

newShare

public static int newShare

oldShare

public static int oldShare
Constructor Detail

agRecvPacket

public agRecvPacket(java.lang.String Username,
                    java.lang.String Password,
                    boolean useMeta,
                    Network N)
Method Detail

agDisconnect

public void agDisconnect()

RecPacket

public java.lang.String RecPacket()