|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
cz.zcu.ups.arcaoftpd.connection.Connection
cz.zcu.ups.arcaoftpd.connection.PassiveConnection
public class PassiveConnection
Trida obsluhuje pasivni pripojeni klienta
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
Thread.State, Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
PassiveConnection(ClientParameters clientParameters)
Konstruktor tridy |
Method Summary | |
---|---|
void |
dispose()
Uvolni pouzite prostredky |
void |
run()
Funkce pocka, nez se pripoji klient, pak spusti prirazenou akci |
Methods inherited from class cz.zcu.ups.arcaoftpd.connection.Connection |
---|
connect, getAction, getClientParameters, getSocket, setAction, setClientParameters, setSocket |
Methods inherited from class java.lang.Thread |
---|
activeCount, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, checkAccess, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PassiveConnection(ClientParameters clientParameters)
clientParameters
- informace o pripojenem klientoviMethod Detail |
---|
public void run()
run
in interface Runnable
run
in class Connection
public void dispose()
dispose
in class Connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |