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])
KEY
static final String KEY
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