org.eclipse.net4j.util.security
Interface INegotiator

All Known Implementing Classes:
ChallengeNegotiator, ChallengeResponseNegotiator, Negotiator, ResponseNegotiator

public interface INegotiator


Method Summary
 boolean isInitiator()
           
 void negotiate(INegotiationContext context)
           
 

Method Detail

isInitiator

boolean isInitiator()
Since:
2.0

negotiate

void negotiate(INegotiationContext context)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.