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