treuhaender
Class ClientTrustee.Waiter
java.lang.Object
|
+--treuhaender.ClientTrustee.Waiter
- All Implemented Interfaces:
- org.ssonet.net.ConnectionListener
- Enclosing class:
- ClientTrustee
- static class ClientTrustee.Waiter
- extends java.lang.Object
- implements org.ssonet.net.ConnectionListener
Fields inherited from interface org.ssonet.net.ConnectionListener |
FINISHED_STATE, INIT_STATE, MECHANISMS_NEGOTIATION, NOT_STARTED_STATE, RUNNING_STATE, SECURITY_GOAL_NEGOTIATION |
Method Summary |
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 |
waitFor(org.ssonet.net.SSONETContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientTrustee.Waiter
ClientTrustee.Waiter()
connectionStateChanged
public void connectionStateChanged(org.ssonet.net.SSONETContext context,
int currentState)
- Specified by:
connectionStateChanged
in interface org.ssonet.net.ConnectionListener
waitFor
public void waitFor(org.ssonet.net.SSONETContext context)
negotiationRequestReceived
public void negotiationRequestReceived(org.ssonet.net.SSONETContext context,
int negotiationType)
- Specified by:
negotiationRequestReceived
in interface org.ssonet.net.ConnectionListener
decideSecurityGoal
public boolean decideSecurityGoal(int securityGoal,
org.ssonet.net.ActionConfiguration ownConfiguration,
org.ssonet.net.SSONETContext context)
- Specified by:
decideSecurityGoal
in interface org.ssonet.net.ConnectionListener
Copyright © 2003 DRIM Team. All Rights Reserved.