|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.iaccess.TNProtocol.iAccessNegotiation.TRequestThread
private class iAccessNegotiation.TRequestThread
Local class implementing the possibility to send counter-requests. It is used from inside the AskCredentials() function. All missing credentials are requested in new threads using this class.
Field Summary | |
---|---|
private TRequest |
Request
|
private int |
Result
|
Constructor Summary | |
---|---|
iAccessNegotiation.TRequestThread(TRequest Request)
Runs a credential request in a current thread. |
|
iAccessNegotiation.TRequestThread(TRequest Request,
java.lang.ThreadGroup threadgroup)
Runs a credential request in a new thread. |
Method Summary | |
---|---|
void |
run()
Send counter-request to a server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private TRequest Request
private int Result
Constructor Detail |
---|
public iAccessNegotiation.TRequestThread(TRequest Request, java.lang.ThreadGroup threadgroup)
public iAccessNegotiation.TRequestThread(TRequest Request)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |