Uses of Class
org.apache.qpid.protonj2.engine.LinkState
-
Packages that use LinkState Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl -
-
Uses of LinkState in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return LinkState Modifier and Type Method Description LinkState
Link. getRemoteState()
LinkState
Link. getState()
static LinkState
LinkState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LinkState[]
LinkState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LinkState in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return LinkState Modifier and Type Method Description LinkState
ProtonLink. getRemoteState()
LinkState
ProtonLink. getState()
-