org.eclipse.net4j.util.security
Class ChallengeResponseNegotiator.Transition
java.lang.Object
org.eclipse.net4j.util.security.ChallengeResponseNegotiator.Transition
- All Implemented Interfaces:
- ITransition<IChallengeResponse.State,IChallengeResponse.Event,INegotiationContext,ByteBuffer>
- Enclosing class:
- ChallengeResponseNegotiator
- protected abstract class ChallengeResponseNegotiator.Transition
- extends Object
- implements ITransition<IChallengeResponse.State,IChallengeResponse.Event,INegotiationContext,ByteBuffer>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChallengeResponseNegotiator.Transition
protected ChallengeResponseNegotiator.Transition()
execute
public final void execute(INegotiationContext context,
IChallengeResponse.State state,
IChallengeResponse.Event event,
ByteBuffer buffer)
- Specified by:
execute
in interface ITransition<IChallengeResponse.State,IChallengeResponse.Event,INegotiationContext,ByteBuffer>
execute
protected abstract void execute(INegotiationContext context,
ByteBuffer buffer)
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.