Uses of Interface
org.simpleframework.transport.Negotiation
-
Packages that use Negotiation Package Description org.simpleframework.transport -
-
Uses of Negotiation in org.simpleframework.transport
Classes in org.simpleframework.transport that implement Negotiation Modifier and Type Class Description (package private) classHandshakeTheHandshakeobject is used to perform secure SSL negotiations on a pipeline orTransport.Fields in org.simpleframework.transport declared as Negotiation Modifier and Type Field Description private NegotiationNegotiationState. negotiationThis is the handshake used to acquire the certificate details.protected NegotiationPhase. stateThis is the negotiation that this task will operate on.Constructors in org.simpleframework.transport with parameters of type Negotiation Constructor Description Committer(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.
-