Uses of Class
org.apache.qpid.protonj2.types.transport.Role
-
Packages that use Role Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl org.apache.qpid.protonj2.types.transport -
-
Uses of Role in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return Role Modifier and Type Method Description RoleLink. getRole() -
Uses of Role in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return Role Modifier and Type Method Description RoleProtonReceiver. getRole()RoleProtonSender. getRole() -
Uses of Role in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return Role Modifier and Type Method Description RoleAttach. getRole()RoleDisposition. getRole()static RoleRole. valueOf(boolean role)Returns the enum constant of this type with the specified name.static RoleRole. valueOf(Boolean role)Returns the enum constant of this type with the specified name.static RoleRole. valueOf(String name)Returns the enum constant of this type with the specified name.static Role[]Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.qpid.protonj2.types.transport with parameters of type Role Modifier and Type Method Description AttachAttach. setRole(Role role)DispositionDisposition. setRole(Role role)
-