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