Uses of Enum
org.red5.server.api.IConnection.Duty
Packages that use IConnection.Duty
-
Uses of IConnection.Duty in org.red5.server
Fields in org.red5.server declared as IConnection.DutyMethods in org.red5.server that return IConnection.DutyModifier and TypeMethodDescriptionBaseConnection.getDuty()Get the duty for this connection; this is not meant nor expected to remain static.Methods in org.red5.server with parameters of type IConnection.Duty -
Uses of IConnection.Duty in org.red5.server.api
Methods in org.red5.server.api that return IConnection.DutyModifier and TypeMethodDescriptionIConnection.getDuty()Get the duty for this connection; this is not meant nor expected to remain static.static IConnection.DutyReturns the enum constant of this type with the specified name.static IConnection.Duty[]IConnection.Duty.values()Returns an array containing the constants of this enum type, in the order they are declared.