|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread dist1.acb.common.transport.AbstractConnectionServer dist1.acb.ACBpoint.transport.ProviderSocket
The server that accepts download request from peers
Nested Class Summary | |
class |
ProviderSocket.ClientManager
DOCUMENT ME! |
Field Summary |
Fields inherited from class dist1.acb.common.transport.AbstractConnectionServer |
log, socketPort |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Method Summary | |
protected AbstractPersonalManager |
createPersonalManager(java.net.Socket s,
java.lang.ThreadGroup group)
Concrete creating a ProviderSocket |
static ProviderSocket |
getInstance()
Gets the instance of the ProviderSocket server |
protected void |
handleUnrecoverableError(java.lang.Throwable e)
|
Methods inherited from class dist1.acb.common.transport.AbstractConnectionServer |
run |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static ProviderSocket getInstance() throws java.lang.Exception
java.lang.Exception
- Error while creating the handlers of requestsprotected AbstractPersonalManager createPersonalManager(java.net.Socket s, java.lang.ThreadGroup group)
createPersonalManager
in class AbstractConnectionServer
s
- A socket with connected clientgroup
- Thread group to which current thread will be related
protected void handleUnrecoverableError(java.lang.Throwable e)
handleUnrecoverableError
in class AbstractConnectionServer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |