blob: 60457d52d32934302bec60486c81f8c9ee950709 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>Negotiator (Net4j Utilities Documentation)</title>
<meta name="date" content="">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Negotiator (Net4j Utilities Documentation)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Negotiator.html">Use</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/net4j/util/security/NegotiationException.html" title="class in org.eclipse.net4j.util.security"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/eclipse/net4j/util/security/NegotiatorFactory.html" title="class in org.eclipse.net4j.util.security"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/net4j/util/security/Negotiator.html" target="_top">Frames</a></li>
<li><a href="Negotiator.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.org.eclipse.net4j.util.fsm.FiniteStateMachine">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.eclipse.net4j.util.fsm.FiniteStateMachine">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.net4j.util.security</div>
<h2 title="Class Negotiator" class="title">Class Negotiator&lt;STATE extends java.lang.Enum&lt;?&gt;,EVENT extends java.lang.Enum&lt;?&gt;&gt;</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/eclipse/net4j/util/event/Notifier.html" title="class in org.eclipse.net4j.util.event">org.eclipse.net4j.util.event.Notifier</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html" title="class in org.eclipse.net4j.util.lifecycle">org.eclipse.net4j.util.lifecycle.Lifecycle</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html" title="class in org.eclipse.net4j.util.fsm">org.eclipse.net4j.util.fsm.FiniteStateMachine</a>&lt;STATE,EVENT,<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&gt;</li>
<li>
<ul class="inheritance">
<li>org.eclipse.net4j.util.security.Negotiator&lt;STATE,EVENT&gt;</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../org/eclipse/net4j/util/event/INotifier.html" title="interface in org.eclipse.net4j.util.event">INotifier</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/IDeactivateable.html" title="interface in org.eclipse.net4j.util.lifecycle">IDeactivateable</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/ILifecycle.html" title="interface in org.eclipse.net4j.util.lifecycle">ILifecycle</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/ILifecycle.DeferrableActivation.html" title="interface in org.eclipse.net4j.util.lifecycle">ILifecycle.DeferrableActivation</a>, <a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.Receiver.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext.Receiver</a>, <a href="../../../../../org/eclipse/net4j/util/security/INegotiator.html" title="interface in org.eclipse.net4j.util.security">INegotiator</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../org/eclipse/net4j/util/security/ChallengeResponseNegotiator.html" title="class in org.eclipse.net4j.util.security">ChallengeResponseNegotiator</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">Negotiator&lt;STATE extends java.lang.Enum&lt;?&gt;,EVENT extends java.lang.Enum&lt;?&gt;&gt;</span>
extends <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html" title="class in org.eclipse.net4j.util.fsm">FiniteStateMachine</a>&lt;STATE,EVENT,<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&gt;
implements <a href="../../../../../org/eclipse/net4j/util/security/INegotiator.html" title="interface in org.eclipse.net4j.util.security">INegotiator</a>, <a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.Receiver.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext.Receiver</a></pre>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Eike Stepper</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.eclipse.net4j.util.fsm.FiniteStateMachine">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;org.eclipse.net4j.util.fsm.<a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html" title="class in org.eclipse.net4j.util.fsm">FiniteStateMachine</a></h3>
<code><a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.ChangeStateTransition.html" title="class in org.eclipse.net4j.util.fsm">FiniteStateMachine.ChangeStateTransition</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.FailTransition.html" title="class in org.eclipse.net4j.util.fsm">FiniteStateMachine.FailTransition</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.IgnoreTransition.html" title="class in org.eclipse.net4j.util.fsm">FiniteStateMachine.IgnoreTransition</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.StateChangedEvent.html" title="class in org.eclipse.net4j.util.fsm">FiniteStateMachine.StateChangedEvent</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.eclipse.net4j.util.lifecycle.ILifecycle">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.eclipse.net4j.util.lifecycle.<a href="../../../../../org/eclipse/net4j/util/lifecycle/ILifecycle.html" title="interface in org.eclipse.net4j.util.lifecycle">ILifecycle</a></h3>
<code><a href="../../../../../org/eclipse/net4j/util/lifecycle/ILifecycle.DeferrableActivation.html" title="interface in org.eclipse.net4j.util.lifecycle">ILifecycle.DeferrableActivation</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.eclipse.net4j.util.fsm.FiniteStateMachine">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.net4j.util.fsm.<a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html" title="class in org.eclipse.net4j.util.fsm">FiniteStateMachine</a></h3>
<code><a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#FAIL">FAIL</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#IGNORE">IGNORE</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.eclipse.net4j.util.lifecycle.Lifecycle">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.net4j.util.lifecycle.<a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html" title="class in org.eclipse.net4j.util.lifecycle">Lifecycle</a></h3>
<code><a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#USE_LABEL">USE_LABEL</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#Negotiator-java.lang.Class-java.lang.Class-STATE-STATE-STATE-EVENT-EVENT-boolean-">Negotiator</a></span>(java.lang.Class&lt;<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a>&gt;&nbsp;stateEnum,
java.lang.Class&lt;<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">EVENT</a>&gt;&nbsp;eventEnum,
<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a>&nbsp;initialState,
<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a>&nbsp;successState,
<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a>&nbsp;failureState,
<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">EVENT</a>&nbsp;startEvent,
<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">EVENT</a>&nbsp;bufferEvent,
boolean&nbsp;initiator)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">EVENT</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#getBufferEvent--">getBufferEvent</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#getFailureState--">getFailureState</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#getInitialState--">getInitialState</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">EVENT</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#getStartEvent--">getStartEvent</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#getSuccessState--">getSuccessState</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#handleFailure-org.eclipse.net4j.util.security.INegotiationContext-">handleFailure</a></span>(<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#handleSuccess-org.eclipse.net4j.util.security.INegotiationContext-">handleSuccess</a></span>(<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#isInitiator--">isInitiator</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#negotiate-org.eclipse.net4j.util.security.INegotiationContext-">negotiate</a></span>(<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#postProcess-org.eclipse.net4j.util.security.INegotiationContext-">postProcess</a></span>(<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&nbsp;context)</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html#receiveBuffer-org.eclipse.net4j.util.security.INegotiationContext-java.nio.ByteBuffer-">receiveBuffer</a></span>(<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&nbsp;context,
java.nio.ByteBuffer&nbsp;buffer)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.net4j.util.fsm.FiniteStateMachine">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.net4j.util.fsm.<a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html" title="class in org.eclipse.net4j.util.fsm">FiniteStateMachine</a></h3>
<code><a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#changeState-SUBJECT-STATE-">changeState</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#createFailTransition-STATE-EVENT-">createFailTransition</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#createIgnoreTransition-STATE-EVENT-">createIgnoreTransition</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#formatFailMessage-SUBJECT-STATE-EVENT-java.lang.Object-">formatFailMessage</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#formatIgnoreMessage-SUBJECT-STATE-EVENT-java.lang.Object-">formatIgnoreMessage</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#formatProcessMessage-SUBJECT-STATE-EVENT-java.lang.Object-">formatProcessMessage</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#getEvents--">getEvents</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#getState-SUBJECT-">getState</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#getStates--">getStates</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#getTransition-STATE-EVENT-">getTransition</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#init-STATE-EVENT-org.eclipse.net4j.util.fsm.ITransition-">init</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#init-STATE-EVENT-STATE-">init</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#initAll-org.eclipse.net4j.util.fsm.ITransition-">initAll</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#initAll-STATE-">initAll</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#initEvents-STATE-org.eclipse.net4j.util.fsm.ITransition-">initEvents</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#initEvents-STATE-STATE-">initEvents</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#initStates-EVENT-org.eclipse.net4j.util.fsm.ITransition-">initStates</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#initStates-EVENT-STATE-">initStates</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#process-SUBJECT-EVENT-DATA-">process</a>, <a href="../../../../../org/eclipse/net4j/util/fsm/FiniteStateMachine.html#setState-SUBJECT-STATE-">setState</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.net4j.util.lifecycle.Lifecycle">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.net4j.util.lifecycle.<a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html" title="class in org.eclipse.net4j.util.lifecycle">Lifecycle</a></h3>
<code><a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#activate--">activate</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#checkActive--">checkActive</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#checkArg-boolean-java.lang.String-">checkArg</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#checkArg-java.lang.Object-java.lang.String-">checkArg</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#checkInactive--">checkInactive</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#checkNull-java.lang.Object-java.lang.String-">checkNull</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#checkState-boolean-java.lang.String-">checkState</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#checkState-java.lang.Object-java.lang.String-">checkState</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#deactivate--">deactivate</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#deferredActivate-boolean-">deferredActivate</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#doActivate--">doActivate</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#doAfterActivate--">doAfterActivate</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#doBeforeActivate--">doBeforeActivate</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#doBeforeDeactivate--">doBeforeDeactivate</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#doDeactivate--">doDeactivate</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#dump--">dump</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#getLifecycleState--">getLifecycleState</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#isActive--">isActive</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#isDeferredActivation--">isDeferredActivation</a>, <a href="../../../../../org/eclipse/net4j/util/lifecycle/Lifecycle.html#toString--">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.net4j.util.event.Notifier">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.net4j.util.event.<a href="../../../../../org/eclipse/net4j/util/event/Notifier.html" title="class in org.eclipse.net4j.util.event">Notifier</a></h3>
<code><a href="../../../../../org/eclipse/net4j/util/event/Notifier.html#addListener-org.eclipse.net4j.util.event.IListener-">addListener</a>, <a href="../../../../../org/eclipse/net4j/util/event/Notifier.html#fireEvent--">fireEvent</a>, <a href="../../../../../org/eclipse/net4j/util/event/Notifier.html#fireEvent-org.eclipse.net4j.util.event.IEvent-">fireEvent</a>, <a href="../../../../../org/eclipse/net4j/util/event/Notifier.html#fireEvent-org.eclipse.net4j.util.event.IEvent-org.eclipse.net4j.util.event.IListener:A-">fireEvent</a>, <a href="../../../../../org/eclipse/net4j/util/event/Notifier.html#fireThrowable-java.lang.Throwable-">fireThrowable</a>, <a href="../../../../../org/eclipse/net4j/util/event/Notifier.html#firstListenerAdded--">firstListenerAdded</a>, <a href="../../../../../org/eclipse/net4j/util/event/Notifier.html#getListeners--">getListeners</a>, <a href="../../../../../org/eclipse/net4j/util/event/Notifier.html#getNotificationService--">getNotificationService</a>, <a href="../../../../../org/eclipse/net4j/util/event/Notifier.html#hasListeners--">hasListeners</a>, <a href="../../../../../org/eclipse/net4j/util/event/Notifier.html#lastListenerRemoved--">lastListenerRemoved</a>, <a href="../../../../../org/eclipse/net4j/util/event/Notifier.html#removeListener-org.eclipse.net4j.util.event.IListener-">removeListener</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.net4j.util.event.INotifier">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.net4j.util.event.<a href="../../../../../org/eclipse/net4j/util/event/INotifier.html" title="interface in org.eclipse.net4j.util.event">INotifier</a></h3>
<code><a href="../../../../../org/eclipse/net4j/util/event/INotifier.html#addListener-org.eclipse.net4j.util.event.IListener-">addListener</a>, <a href="../../../../../org/eclipse/net4j/util/event/INotifier.html#getListeners--">getListeners</a>, <a href="../../../../../org/eclipse/net4j/util/event/INotifier.html#hasListeners--">hasListeners</a>, <a href="../../../../../org/eclipse/net4j/util/event/INotifier.html#removeListener-org.eclipse.net4j.util.event.IListener-">removeListener</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Negotiator-java.lang.Class-java.lang.Class-java.lang.Enum-java.lang.Enum-java.lang.Enum-java.lang.Enum-java.lang.Enum-boolean-">
<!-- -->
</a><a name="Negotiator-java.lang.Class-java.lang.Class-STATE-STATE-STATE-EVENT-EVENT-boolean-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Negotiator</h4>
<pre>public&nbsp;Negotiator(java.lang.Class&lt;<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a>&gt;&nbsp;stateEnum,
java.lang.Class&lt;<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">EVENT</a>&gt;&nbsp;eventEnum,
<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a>&nbsp;initialState,
<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a>&nbsp;successState,
<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a>&nbsp;failureState,
<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">EVENT</a>&nbsp;startEvent,
<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">EVENT</a>&nbsp;bufferEvent,
boolean&nbsp;initiator)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getInitialState--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInitialState</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a>&nbsp;getInitialState()</pre>
</li>
</ul>
<a name="getSuccessState--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSuccessState</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a>&nbsp;getSuccessState()</pre>
</li>
</ul>
<a name="getFailureState--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFailureState</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">STATE</a>&nbsp;getFailureState()</pre>
</li>
</ul>
<a name="getBufferEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBufferEvent</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">EVENT</a>&nbsp;getBufferEvent()</pre>
</li>
</ul>
<a name="getStartEvent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStartEvent</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/net4j/util/security/Negotiator.html" title="type parameter in Negotiator">EVENT</a>&nbsp;getStartEvent()</pre>
</li>
</ul>
<a name="isInitiator--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isInitiator</h4>
<pre>public&nbsp;boolean&nbsp;isInitiator()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/eclipse/net4j/util/security/INegotiator.html#isInitiator--">isInitiator</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/eclipse/net4j/util/security/INegotiator.html" title="interface in org.eclipse.net4j.util.security">INegotiator</a></code></dd>
</dl>
</li>
</ul>
<a name="negotiate-org.eclipse.net4j.util.security.INegotiationContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>negotiate</h4>
<pre>public&nbsp;void&nbsp;negotiate(<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&nbsp;context)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/eclipse/net4j/util/security/INegotiator.html#negotiate-org.eclipse.net4j.util.security.INegotiationContext-">negotiate</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/eclipse/net4j/util/security/INegotiator.html" title="interface in org.eclipse.net4j.util.security">INegotiator</a></code></dd>
</dl>
</li>
</ul>
<a name="receiveBuffer-org.eclipse.net4j.util.security.INegotiationContext-java.nio.ByteBuffer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>receiveBuffer</h4>
<pre>public&nbsp;void&nbsp;receiveBuffer(<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&nbsp;context,
java.nio.ByteBuffer&nbsp;buffer)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.Receiver.html#receiveBuffer-org.eclipse.net4j.util.security.INegotiationContext-java.nio.ByteBuffer-">receiveBuffer</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.Receiver.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext.Receiver</a></code></dd>
</dl>
</li>
</ul>
<a name="postProcess-org.eclipse.net4j.util.security.INegotiationContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>postProcess</h4>
<pre>protected&nbsp;void&nbsp;postProcess(<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&nbsp;context)</pre>
</li>
</ul>
<a name="handleSuccess-org.eclipse.net4j.util.security.INegotiationContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>handleSuccess</h4>
<pre>protected&nbsp;void&nbsp;handleSuccess(<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&nbsp;context)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
</dl>
</li>
</ul>
<a name="handleFailure-org.eclipse.net4j.util.security.INegotiationContext-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>handleFailure</h4>
<pre>protected&nbsp;void&nbsp;handleFailure(<a href="../../../../../org/eclipse/net4j/util/security/INegotiationContext.html" title="interface in org.eclipse.net4j.util.security">INegotiationContext</a>&nbsp;context)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Negotiator.html">Use</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/net4j/util/security/NegotiationException.html" title="class in org.eclipse.net4j.util.security"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/eclipse/net4j/util/security/NegotiatorFactory.html" title="class in org.eclipse.net4j.util.security"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/net4j/util/security/Negotiator.html" target="_top">Frames</a></li>
<li><a href="Negotiator.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.org.eclipse.net4j.util.fsm.FiniteStateMachine">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.eclipse.net4j.util.fsm.FiniteStateMachine">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><i class="copyright">Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.<br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html</i></small></p>
</body>
</html>