Uses of Interface
org.simpleframework.transport.Negotiation
Packages that use Negotiation
-
Uses of Negotiation in org.simpleframework.transport
Classes in org.simpleframework.transport that implement NegotiationModifier and TypeClassDescription(package private) class
TheHandshake
object is used to perform secure SSL negotiations on a pipeline orTransport
.Fields in org.simpleframework.transport declared as NegotiationModifier and TypeFieldDescriptionprivate final Negotiation
NegotiationState.negotiation
This is the handshake used to acquire the certificate details.protected final Negotiation
Phase.state
This is the negotiation that this task will operate on.Constructors in org.simpleframework.transport with parameters of type NegotiationModifierConstructorDescriptionCommitter
(Negotiation state, Reactor reactor, Trace trace) Constructor for theCommitter
task.Consumer
(Negotiation state, Reactor reactor, Trace trace) Constructor for theConsumer
task.NegotiationState
(Negotiation negotiation, Socket socket) Constructor for theNegotiationCertificate
object.Phase
(Negotiation state, Reactor reactor, Trace trace, int require) Constructor for thePhase
object.Producer
(Negotiation state, Reactor reactor, Trace trace) Constructor for theProducer
task.