Uses of Enum Class
com.rabbitmq.client.impl.CommandAssembler.CAState
Packages that use CommandAssembler.CAState
Package
Description
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of CommandAssembler.CAState in com.rabbitmq.client.impl
Subclasses with type arguments of type CommandAssembler.CAState in com.rabbitmq.client.implModifier and TypeClassDescriptionprivate static enumCurrent state, used to decide how to handle each incoming frame.Fields in com.rabbitmq.client.impl declared as CommandAssembler.CAStateMethods in com.rabbitmq.client.impl that return CommandAssembler.CAStateModifier and TypeMethodDescriptionstatic CommandAssembler.CAStateReturns the enum constant of this class with the specified name.static CommandAssembler.CAState[]CommandAssembler.CAState.values()Returns an array containing the constants of this enum class, in the order they are declared.