Uses of Interface
org.red5.io.object.Input
Package
Description
-
Uses of Input in io.antmedia.muxer
-
Uses of Input in org.red5.io.amf
-
Uses of Input in org.red5.io.amf3
-
Uses of Input in org.red5.io.object
Modifier and TypeMethodDescriptionstatic <T> T
Deserializer.deserialize
(Input in, Type target) Deserializes the input parameter and returns an Object which must then be cast to a core data typeModifierConstructorDescriptionCreates recordset from Input objectRecordSetPage
(Input input) Creates recordset page from Input object -
Uses of Input in org.red5.server
Modifier and TypeMethodDescriptionvoid
PersistableAttributeStore.deserialize
(Input input) Deserializes data from input to attributes -
Uses of Input in org.red5.server.api.persistence
Modifier and TypeMethodDescriptionvoid
IPersistable.deserialize
(Input input) Load the object from the passed input stream. -
Uses of Input in org.red5.server.net.rtmp.codec
Modifier 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.