Uses of Enum
org.simpleframework.transport.PhaseType
Packages that use PhaseType
-
Uses of PhaseType in org.simpleframework.transport
Subclasses with type arguments of type PhaseType in org.simpleframework.transportModifier and TypeClassDescription(package private) enumThePhaseTypeenumeration is used to determine what phase of the negotiation the handshake is in.Methods in org.simpleframework.transport that return PhaseTypeModifier and TypeMethodDescriptionprivate PhaseTypeHandshake.exchange()This is the main point of execution within the negotiation.private PhaseTypeHandshake.read()This is used to perform the read part of the negotiation.private PhaseTypeHandshake.read(int count) This is used to perform the read part of the negotiation.static PhaseTypeReturns the enum constant of this type with the specified name.static PhaseType[]PhaseType.values()Returns an array containing the constants of this enum type, in the order they are declared.private PhaseTypeHandshake.write()This is used to perform the write part of the negotiation.private PhaseTypeHandshake.write(int count) This is used to perform the write part of the negotiation.