Uses of Class
org.red5.server.net.rtmp.status.StatusObject
Packages that use StatusObject
Package
Description
-
Uses of StatusObject in org.red5.server.net.rtmp
Methods in org.red5.server.net.rtmp that return StatusObject -
Uses of StatusObject in org.red5.server.net.rtmp.codec
Methods in org.red5.server.net.rtmp.codec that return StatusObjectModifier and TypeMethodDescriptionprotected StatusObjectRTMPProtocolEncoder.generateErrorResult(String code, Throwable error) Generate error object to return for given exception. -
Uses of StatusObject in org.red5.server.net.rtmp.status
Subclasses of StatusObject in org.red5.server.net.rtmp.statusFields in org.red5.server.net.rtmp.status with type parameters of type StatusObjectModifier and TypeFieldDescriptionprotected Map<String,StatusObject> StatusObjectService.statusObjectsStatus objects mapMethods in org.red5.server.net.rtmp.status that return StatusObjectModifier and TypeMethodDescriptionStatusObjectService.getStatusObject(String statusCode) Return status object by codeMethods in org.red5.server.net.rtmp.status with parameters of type StatusObjectModifier and TypeMethodDescriptionvoidStatusObjectService.serializeStatusObject(org.apache.mina.core.buffer.IoBuffer out, StatusObject statusObject) Serializes status object