Uses of Enum
org.red5.server.so.ISharedObjectEvent.Type
Packages that use ISharedObjectEvent.Type
-
Uses of ISharedObjectEvent.Type in org.red5.server.net.rtmp.message
Fields in org.red5.server.net.rtmp.message declared as ISharedObjectEvent.TypeModifier and TypeFieldDescriptionstatic final ISharedObjectEvent.Type[]SharedObjectTypeMapping.typeMapTypes mapMethods in org.red5.server.net.rtmp.message that return ISharedObjectEvent.TypeModifier and TypeMethodDescriptionstatic ISharedObjectEvent.TypeSharedObjectTypeMapping.toType(byte rtmpType) Convert byte value of RTMP marker to event typeMethods in org.red5.server.net.rtmp.message with parameters of type ISharedObjectEvent.TypeModifier and TypeMethodDescriptionstatic byteSharedObjectTypeMapping.toByte(ISharedObjectEvent.Type type) Convert SO event type to byte representation that RTMP usesstatic StringSharedObjectTypeMapping.toString(ISharedObjectEvent.Type type) String representation of type -
Uses of ISharedObjectEvent.Type in org.red5.server.so
Methods in org.red5.server.so that return ISharedObjectEvent.TypeModifier and TypeMethodDescriptionISharedObjectEvent.getType()Returns the type of the event.SharedObjectEvent.getType()Returns the type of the event.static ISharedObjectEvent.TypeReturns the enum constant of this type with the specified name.static ISharedObjectEvent.Type[]ISharedObjectEvent.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.red5.server.so with parameters of type ISharedObjectEvent.TypeModifier and TypeMethodDescriptionbooleanISharedObjectMessage.addEvent(ISharedObjectEvent.Type type, String key, Object value) Addition event handlerbooleanSharedObjectMessage.addEvent(ISharedObjectEvent.Type type, String key, Object value) Addition event handlerConstructors in org.red5.server.so with parameters of type ISharedObjectEvent.TypeModifierConstructorDescriptionSharedObjectEvent(ISharedObjectEvent.Type type, String key, Object value)