org.red5.server.messaging
Interface IPullableProvider

All Superinterfaces:
IMessageComponent, IProvider
All Known Implementing Classes:
FileProvider

public interface IPullableProvider
extends IProvider

A provider that supports passive pulling of messages.

Author:
The Red5 Project ([email protected]), Steven Gong ([email protected])

Field Summary
static String KEY
           
 
Method Summary
 IMessage pullMessage(IPipe pipe)
           
 IMessage pullMessage(IPipe pipe, long wait)
           
 
Methods inherited from interface org.red5.server.messaging.IMessageComponent
onOOBControlMessage
 

Field Detail

KEY

static final String KEY
Method Detail

pullMessage

IMessage pullMessage(IPipe pipe)
                     throws IOException
Throws:
IOException

pullMessage

IMessage pullMessage(IPipe pipe,
                     long wait)
                     throws IOException
Throws:
IOException


Copyright © 2006-2012 The Red5 Project