Class ApplicationAdapter

All Implemented Interfaces:
IEventHandler, IAttributeStore, ISchedulingService, IScopeAware, IScopeHandler, IScopeService, IBroadcastStreamService, IOnDemandStreamService, IStreamSecurityService, ISubscriberStreamService, IStreamAwareScopeHandler, ApplicationMXBean, AttributeStoreMXBean

public class ApplicationAdapter extends MultiThreadedApplicationAdapter
Base class for applications, takes care that callbacks are executed single-threaded. If you want to have maximum performance, use MultiThreadedApplicationAdapter instead. Using this class may lead to problems if accepting a client in the Connect or Join methods takes too long, so using the multi-threaded version is preferred.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de), Paul Gregoire (mondain@gmail.com)