Uses of Enum
org.simpleframework.transport.PhaseType
Packages that use PhaseType
-
Uses of PhaseType in org.simpleframework.transport
Methods in org.simpleframework.transport that return PhaseTypeModifier and TypeMethodDescriptionprivate PhaseType
Handshake.exchange()
This is the main point of execution within the negotiation.private PhaseType
Handshake.read()
This is used to perform the read part of the negotiation.private PhaseType
Handshake.read
(int count) This is used to perform the read part of the negotiation.static PhaseType
Returns 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 PhaseType
Handshake.write()
This is used to perform the write part of the negotiation.private PhaseType
Handshake.write
(int count) This is used to perform the write part of the negotiation.