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) classTheHandshakeobject is used to perform secure SSL negotiations on a pipeline orTransport.Fields in org.simpleframework.transport declared as NegotiationModifier and TypeFieldDescriptionprivate final NegotiationNegotiationState.negotiationThis is the handshake used to acquire the certificate details.protected final NegotiationPhase.stateThis 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 theCommittertask.Consumer(Negotiation state, Reactor reactor, Trace trace) Constructor for theConsumertask.NegotiationState(Negotiation negotiation, Socket socket) Constructor for theNegotiationCertificateobject.Phase(Negotiation state, Reactor reactor, Trace trace, int require) Constructor for thePhaseobject.Producer(Negotiation state, Reactor reactor, Trace trace) Constructor for theProducertask.