|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--haendler.ClientSalesMan
Kapselt die Kommunikation via Sockets mit dem Client.
Field Summary | |
protected static javax.xml.parsers.DocumentBuilder |
db
|
protected static javax.xml.parsers.DocumentBuilderFactory |
dbf
|
protected static javax.xml.transform.Transformer |
t
|
protected static javax.xml.transform.TransformerFactory |
tf
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Fields inherited from interface org.ssonet.net.ConnectionListener |
FINISHED_STATE, INIT_STATE, MECHANISMS_NEGOTIATION, NOT_STARTED_STATE, RUNNING_STATE, SECURITY_GOAL_NEGOTIATION |
Constructor Summary | |
ClientSalesMan(org.ssonet.net.impl.SSONETServerClientSocket s,
haendler.Haendler haendler)
|
Method Summary | |
void |
connect()
|
void |
connectionStateChanged(org.ssonet.net.SSONETContext context,
int currentState)
|
boolean |
decideSecurityGoal(int securityGoal,
org.ssonet.net.ActionConfiguration ownConfiguration,
org.ssonet.net.SSONETContext context)
|
void |
negotiationRequestReceived(org.ssonet.net.SSONETContext context,
int negotiationType)
|
void |
run()
|
void |
waitFor(org.ssonet.net.SSONETContext context)
|
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 |
Field Detail |
protected static javax.xml.parsers.DocumentBuilderFactory dbf
protected static javax.xml.parsers.DocumentBuilder db
protected static javax.xml.transform.TransformerFactory tf
protected static javax.xml.transform.Transformer t
Constructor Detail |
public ClientSalesMan(org.ssonet.net.impl.SSONETServerClientSocket s, haendler.Haendler haendler)
Method Detail |
public void connectionStateChanged(org.ssonet.net.SSONETContext context, int currentState)
connectionStateChanged
in interface org.ssonet.net.ConnectionListener
public void waitFor(org.ssonet.net.SSONETContext context)
public void connect()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void negotiationRequestReceived(org.ssonet.net.SSONETContext context, int negotiationType)
negotiationRequestReceived
in interface org.ssonet.net.ConnectionListener
public boolean decideSecurityGoal(int securityGoal, org.ssonet.net.ActionConfiguration ownConfiguration, org.ssonet.net.SSONETContext context)
decideSecurityGoal
in interface org.ssonet.net.ConnectionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |