Uses of Interface
org.red5.io.object.Input
Packages that use Input
Package
Description
-
Uses of Input in io.antmedia.muxer
Methods in io.antmedia.muxer that return Input -
Uses of Input in org.red5.io.amf
Classes in org.red5.io.amf that implement Input -
Uses of Input in org.red5.io.amf3
Classes in org.red5.io.amf3 that implement Input -
Uses of Input in org.red5.io.object
Methods in org.red5.io.object with parameters of type InputModifier and TypeMethodDescriptionstatic <T> TDeserializer.deserialize(Input in, Type target) Deserializes the input parameter and returns an Object which must then be cast to a core data typeConstructors in org.red5.io.object with parameters of type InputModifierConstructorDescriptionCreates recordset from Input objectRecordSetPage(Input input) Creates recordset page from Input object -
Uses of Input in org.red5.server
Methods in org.red5.server with parameters of type InputModifier and TypeMethodDescriptionvoidPersistableAttributeStore.deserialize(Input input) Deserializes data from input to attributes -
Uses of Input in org.red5.server.api.persistence
Methods in org.red5.server.api.persistence with parameters of type InputModifier and TypeMethodDescriptionvoidIPersistable.deserialize(Input input) Load the object from the passed input stream. -
Uses of Input in org.red5.server.net.rtmp.codec
Methods in org.red5.server.net.rtmp.codec with parameters of type InputModifier and TypeMethodDescriptionprivate Object[]RTMPProtocolDecoder.handleParameters(org.apache.mina.core.buffer.IoBuffer in, Notify notify, Input input) Sets incoming connection parameters and / or returns encoded parameters for use in a call.