Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package haxe.root;
- import haxe.root.*;
- @SuppressWarnings(value={"rawtypes", "unchecked"})
- public class Application extends org.red5.server.adapter.ApplicationAdapter implements haxe.lang.IHxObject, org.red5.server.api.service.IPendingServiceCallback
- {
- public Application()
- {
- super();
- haxe.root.Application.__hx_ctor(this);
- }
- public static void __hx_ctor(haxe.root.Application __temp_me1)
- {
- java.lang.Object __temp_expr42 = null;
- }
- public static haxe.lang.Class __hx_class;
- public static haxe.lang.Class __hx_getClassStatic()
- {
- return ( (haxe.root.Application.__hx_class != null) ? (haxe.root.Application.__hx_class) : (haxe.root.Application.__hx_class = new haxe.lang.Class(new haxe.root.Application(haxe.lang.EmptyObject.EMPTY))) );
- }
- public Application(haxe.lang.EmptyObject empty)
- {
- super();
- }
- public void resultReceived(org.red5.server.api.service.IPendingServiceCall arg0)
- {
- {
- }
- }
- @Override public boolean appStart(org.red5.server.api.scope.IScope scope)
- {
- if ( ! (super.appStart(scope)) )
- {
- return false;
- }
- else
- {
- super.appStart(scope);
- return true;
- }
- }
- @Override public boolean appConnect(org.red5.server.api.IConnection connection, java.lang.Object[] parameters)
- {
- boolean __temp_expr27 = ((boolean) (((java.lang.Boolean) (haxe.lang.Runtime.callField(connection.getClient(), "setAttribute", ((haxe.root.Array) (new haxe.root.Array<java.lang.Object>(new java.lang.Object[]{"name", ((java.lang.Object) (parameters[0]) )})) ))) )) );
- boolean __temp_expr28 = ((boolean) (((java.lang.Boolean) (haxe.lang.Runtime.callField(connection.getClient(), "setAttribute", ((haxe.root.Array) (new haxe.root.Array<java.lang.Object>(new java.lang.Object[]{"ip", connection.getRemoteAddress()})) ))) )) );
- return true;
- }
- @Override public void appStop(org.red5.server.api.scope.IScope arg0)
- {
- {
- }
- }
- public double __hx_setField_f(java.lang.String field, boolean isStatic, double value)
- {
- if (isStatic)
- {
- {
- {
- return this.__hx_lookupSetField_f(field, value);
- }
- }
- }
- else
- {
- {
- {
- return this.__hx_lookupSetField_f(field, value);
- }
- }
- }
- }
- public java.lang.Object __hx_setField(java.lang.String field, boolean isStatic, java.lang.Object value)
- {
- if (isStatic)
- {
- {
- {
- return this.__hx_lookupSetField(field, value);
- }
- }
- }
- else
- {
- {
- boolean __temp_executeDef31 = true;
- switch (field.hashCode())
- {
- case -475629664:
- {
- if (field.equals("plugins"))
- {
- __temp_executeDef31 = false;
- return this.plugins = ((java.util.List<org.red5.server.plugin.PluginDescriptor>) (value) );
- }
- }
- break;
- case 107332:
- {
- if (field.equals("log"))
- {
- __temp_executeDef31 = false;
- return this.log = ((org.slf4j.Logger) (value) );
- }
- }
- break;
- case 109264468:
- {
- if (field.equals("scope"))
- {
- __temp_executeDef31 = false;
- return this.scope = ((org.red5.server.api.scope.IScope) (value) );
- }
- }
- break;
- case 567429761:
- {
- if (field.equals("schedulingService"))
- {
- __temp_executeDef31 = false;
- return this.schedulingService = ((org.red5.server.api.scheduling.ISchedulingService) (value) );
- }
- }
- break;
- }
- if (__temp_executeDef31)
- {
- return this.__hx_lookupSetField(field, value);
- }
- else
- {
- throw null;
- }
- }
- }
- }
- public java.lang.Object __hx_getField(java.lang.String field, boolean isStatic, boolean throwErrors, boolean isCheck)
- {
- if (isStatic)
- {
- {
- {
- return this.__hx_lookupField(field, throwErrors, isCheck);
- }
- }
- }
- else
- {
- {
- boolean __temp_executeDef33 = true;
- switch (field.hashCode())
- {
- case 3641717:
- {
- if (field.equals("wait"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("wait", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1097640222:
- {
- if (field.equals("resultReceived"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("resultReceived", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1776922004:
- {
- if (field.equals("toString"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("toString", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1156744897:
- {
- if (field.equals("appStart"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("appStart", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1902066072:
- {
- if (field.equals("notifyAll"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("notifyAll", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 2083856265:
- {
- if (field.equals("appConnect"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("appConnect", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1039689911:
- {
- if (field.equals("notify"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("notify", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -793969213:
- {
- if (field.equals("appStop"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("appStop", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 147696667:
- {
- if (field.equals("hashCode"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("hashCode", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 951351530:
- {
- if (field.equals("connect"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("connect", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1950568386:
- {
- if (field.equals("getClass"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getClass", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 530405532:
- {
- if (field.equals("disconnect"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("disconnect", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -681255906:
- {
- if (field.equals("finalize"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("finalize", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 3267882:
- {
- if (field.equals("join"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("join", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1295482945:
- {
- if (field.equals("equals"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("equals", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 102846135:
- {
- if (field.equals("leave"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("leave", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 94756189:
- {
- if (field.equals("clone"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("clone", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 109757538:
- {
- if (field.equals("start"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("start", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1984695468:
- {
- if (field.equals("setJoin"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("setJoin", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 3540994:
- {
- if (field.equals("stop"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("stop", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1851806964:
- {
- if (field.equals("setCanStart"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("setCanStart", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 107332:
- {
- if (field.equals("log"))
- {
- __temp_executeDef33 = false;
- return this.log;
- }
- }
- break;
- case 23604476:
- {
- if (field.equals("setCanConnect"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("setCanConnect", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 567429761:
- {
- if (field.equals("schedulingService"))
- {
- __temp_executeDef33 = false;
- return this.schedulingService;
- }
- }
- break;
- case 2119596425:
- {
- if (field.equals("setCanCallService"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("setCanCallService", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 371880053:
- {
- if (field.equals("addListener"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("addListener", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1928899917:
- {
- if (field.equals("serviceCall"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("serviceCall", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1056183535:
- {
- if (field.equals("addScheduledJob"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("addScheduledJob", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1916261828:
- {
- if (field.equals("removeChildScope"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("removeChildScope", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -741346568:
- {
- if (field.equals("addScheduledJobAfterDelay"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("addScheduledJobAfterDelay", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1469558098:
- {
- if (field.equals("handleEvent"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("handleEvent", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 991260368:
- {
- if (field.equals("addScheduledOnceJob"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("addScheduledOnceJob", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -653709052:
- {
- if (field.equals("checkBandwidthUp"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("checkBandwidthUp", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 2010855837:
- {
- if (field.equals("appDisconnect"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("appDisconnect", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -125819767:
- {
- if (field.equals("checkBandwidth"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("checkBandwidth", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -794242325:
- {
- if (field.equals("appJoin"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("appJoin", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1363601945:
- {
- if (field.equals("addChildScope"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("addChildScope", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1149833494:
- {
- if (field.equals("appLeave"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("appLeave", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1403977490:
- {
- if (field.equals("setScope"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("setScope", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1242359644:
- {
- if (field.equals("cancelGhostConnectionsCleanup"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("cancelGhostConnectionsCleanup", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1796931362:
- {
- if (field.equals("setPlugins"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("setPlugins", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1724629922:
- {
- if (field.equals("clearSharedObjects"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("clearSharedObjects", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 882028377:
- {
- if (field.equals("setAttributes"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("setAttributes", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 820639520:
- {
- if (field.equals("createSharedObject"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("createSharedObject", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1552473178:
- {
- if (field.equals("setAttribute"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("setAttribute", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 983736683:
- {
- if (field.equals("getBroadcastStream"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getBroadcastStream", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1440786683:
- {
- if (field.equals("removeAttributes"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("removeAttributes", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1846972259:
- {
- if (field.equals("getBroadcastStreamNames"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getBroadcastStreamNames", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 2124686968:
- {
- if (field.equals("removeAttribute"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("removeAttribute", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1913705621:
- {
- if (field.equals("getClientTTL"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getClientTTL", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1569622907:
- {
- if (field.equals("lookupConnections"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("lookupConnections", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1284328119:
- {
- if (field.equals("getGhostConnsCleanupPeriod"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getGhostConnsCleanupPeriod", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -375673884:
- {
- if (field.equals("hasParent"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("hasParent", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1228323959:
- {
- if (field.equals("getListeners"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getListeners", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 2033033426:
- {
- if (field.equals("hasChildScope"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("hasChildScope", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 899111456:
- {
- if (field.equals("getOnDemandStream"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getOnDemandStream", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1073052382:
- {
- if (field.equals("hasAttribute"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("hasAttribute", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -692205406:
- {
- if (field.equals("getScheduledJobNames"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getScheduledJobNames", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1965089950:
- {
- if (field.equals("getScope"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getScope", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 455159418:
- {
- if (field.equals("getSharedObject"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getSharedObject", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1992675473:
- {
- if (field.equals("getResources"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getResources", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 85177582:
- {
- if (field.equals("getSharedObjectNames"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getSharedObjectNames", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1736835460:
- {
- if (field.equals("getResource"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getResource", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1692602406:
- {
- if (field.equals("getSharedObjectSecurity"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getSharedObjectSecurity", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 561230698:
- {
- if (field.equals("getPlugins"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getPlugins", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -18781956:
- {
- if (field.equals("getStreamLength"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getStreamLength", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -75248485:
- {
- if (field.equals("getPath"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getPath", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1816752401:
- {
- if (field.equals("getStreamPlaybackSecurity"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getStreamPlaybackSecurity", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 700591008:
- {
- if (field.equals("getParent"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getParent", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1951710183:
- {
- if (field.equals("getStreamPublishSecurity"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getStreamPublishSecurity", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -75308287:
- {
- if (field.equals("getName"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getName", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 64848254:
- {
- if (field.equals("getSubscriberStream"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getSubscriberStream", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1951297805:
- {
- if (field.equals("getDepth"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getDepth", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -621072985:
- {
- if (field.equals("hasBroadcastStream"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("hasBroadcastStream", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1988391289:
- {
- if (field.equals("getContext"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getContext", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1507961244:
- {
- if (field.equals("hasOnDemandStream"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("hasOnDemandStream", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1084335135:
- {
- if (field.equals("getConnections"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getConnections", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -16618562:
- {
- if (field.equals("hasSharedObject"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("hasSharedObject", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1897447890:
- {
- if (field.equals("getClients"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getClients", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1945256252:
- {
- if (field.equals("killGhostConnections"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("killGhostConnections", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 214986074:
- {
- if (field.equals("getChildScopeNames"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getChildScopeNames", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1843029235:
- {
- if (field.equals("measureBandwidth"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("measureBandwidth", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1045815950:
- {
- if (field.equals("getChildScope"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getChildScope", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1287110426:
- {
- if (field.equals("pauseScheduledJob"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("pauseScheduledJob", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 107897165:
- {
- if (field.equals("getAttributes"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getAttributes", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1265886887:
- {
- if (field.equals("registerSharedObjectSecurity"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("registerSharedObjectSecurity", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 2025278210:
- {
- if (field.equals("getAttributeNames"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getAttributeNames", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1656613022:
- {
- if (field.equals("registerStreamPlaybackSecurity"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("registerStreamPlaybackSecurity", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 3480550:
- {
- if (field.equals("getAttribute"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("getAttribute", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -432855316:
- {
- if (field.equals("registerStreamPublishSecurity"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("registerStreamPublishSecurity", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1125868364:
- {
- if (field.equals("createChildScope"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("createChildScope", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1839063114:
- {
- if (field.equals("rejectClient"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("rejectClient", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -475629664:
- {
- if (field.equals("plugins"))
- {
- __temp_executeDef33 = false;
- return this.plugins;
- }
- }
- break;
- case -248292008:
- {
- if (field.equals("removeListener"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("removeListener", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 109264468:
- {
- if (field.equals("scope"))
- {
- __temp_executeDef33 = false;
- return this.scope;
- }
- }
- break;
- case -499274124:
- {
- if (field.equals("removeScheduledJob"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("removeScheduledJob", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1094161677:
- {
- if (field.equals("unregisterStreamPublishSecurity"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("unregisterStreamPublishSecurity", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1442924701:
- {
- if (field.equals("resumeScheduledJob"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("resumeScheduledJob", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1664014985:
- {
- if (field.equals("unregisterStreamPlaybackSecurity"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("unregisterStreamPlaybackSecurity", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1512633231:
- {
- if (field.equals("roomConnect"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("roomConnect", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1521649088:
- {
- if (field.equals("unregisterSharedObjectSecurity"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("unregisterSharedObjectSecurity", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1365876695:
- {
- if (field.equals("roomDisconnect"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("roomDisconnect", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 335020346:
- {
- if (field.equals("streamSubscriberStart"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("streamSubscriberStart", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -173609819:
- {
- if (field.equals("roomJoin"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("roomJoin", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 320019152:
- {
- if (field.equals("streamSubscriberClose"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("streamSubscriberClose", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1085395300:
- {
- if (field.equals("roomLeave"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("roomLeave", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -366142735:
- {
- if (field.equals("streamRecordStart"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("streamRecordStart", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1078483897:
- {
- if (field.equals("roomStart"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("roomStart", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 2112318515:
- {
- if (field.equals("streamPublishStart"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("streamPublishStart", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -173336707:
- {
- if (field.equals("roomStop"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("roomStop", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 168760489:
- {
- if (field.equals("streamPlayItemStop"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("streamPlayItemStop", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1937546265:
- {
- if (field.equals("scheduleGhostConnectionsCleanup"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("scheduleGhostConnectionsCleanup", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 168745759:
- {
- if (field.equals("streamPlayItemSeek"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("streamPlayItemSeek", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -364712993:
- {
- if (field.equals("setClientTTL"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("setClientTTL", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case -1072281836:
- {
- if (field.equals("streamPlayItemResume"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("streamPlayItemResume", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 1656565803:
- {
- if (field.equals("setGhostConnsCleanupPeriod"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("setGhostConnsCleanupPeriod", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 168663003:
- {
- if (field.equals("streamPlayItemPlay"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("streamPlayItemPlay", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 881086807:
- {
- if (field.equals("streamBroadcastClose"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("streamBroadcastClose", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 933277231:
- {
- if (field.equals("streamPlayItemPause"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("streamPlayItemPause", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- case 896088001:
- {
- if (field.equals("streamBroadcastStart"))
- {
- __temp_executeDef33 = false;
- return new haxe.lang.Closure("streamBroadcastStart", ((haxe.lang.IHxObject) (this) ));
- }
- }
- break;
- }
- if (__temp_executeDef33)
- {
- return this.__hx_lookupField(field, throwErrors, isCheck);
- }
- else
- {
- throw null;
- }
- }
- }
- }
- public double __hx_getField_f(java.lang.String field, boolean isStatic, boolean throwErrors)
- {
- if (isStatic)
- {
- {
- {
- return this.__hx_lookupField_f(field, throwErrors);
- }
- }
- }
- else
- {
- {
- {
- return this.__hx_lookupField_f(field, throwErrors);
- }
- }
- }
- }
- public java.lang.Object __hx_invokeField(java.lang.String field, boolean isStatic, haxe.root.Array dynargs)
- {
- if (isStatic)
- {
- {
- {
- return ((haxe.lang.Function) (this.__hx_getField(field, true, true, false)) ).__hx_invokeDynamic(dynargs);
- }
- }
- }
- else
- {
- {
- boolean __temp_executeDef37 = true;
- switch (field.hashCode())
- {
- case 3641717:
- {
- if (field.equals("wait"))
- {
- __temp_executeDef37 = false;
- //this.wait();
- return ((java.lang.Object) (null) );
- }
- }
- break;
- case 1097640222:
- {
- if (field.equals("resultReceived"))
- {
- __temp_executeDef37 = false;
- this.resultReceived(((org.red5.server.api.service.IPendingServiceCall) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -1776922004:
- {
- if (field.equals("toString"))
- {
- __temp_executeDef37 = false;
- return this.toString();
- }
- }
- break;
- case 951351530:
- {
- if (field.equals("connect"))
- {
- __temp_executeDef37 = false;
- return this.connect(((org.red5.server.api.IConnection) (dynargs.__get(0)) ), ((org.red5.server.api.scope.IScope) (dynargs.__get(1)) ), ((java.lang.Object[]) (dynargs.__get(2)) ));
- }
- }
- break;
- case 1902066072:
- {
- if (field.equals("notifyAll"))
- {
- __temp_executeDef37 = false;
- this.notifyAll();
- return null;
- }
- }
- break;
- case 530405532:
- {
- if (field.equals("disconnect"))
- {
- __temp_executeDef37 = false;
- this.disconnect(((org.red5.server.api.IConnection) (dynargs.__get(0)) ), ((org.red5.server.api.scope.IScope) (dynargs.__get(1)) ));
- return null;
- }
- }
- break;
- case -1039689911:
- {
- if (field.equals("notify"))
- {
- __temp_executeDef37 = false;
- this.notify();
- return null;
- }
- }
- break;
- case 3267882:
- {
- if (field.equals("join"))
- {
- __temp_executeDef37 = false;
- return this.join(((org.red5.server.api.IClient) (dynargs.__get(0)) ), ((org.red5.server.api.scope.IScope) (dynargs.__get(1)) ));
- }
- }
- break;
- case 147696667:
- {
- if (field.equals("hashCode"))
- {
- __temp_executeDef37 = false;
- return this.hashCode();
- }
- }
- break;
- case 102846135:
- {
- if (field.equals("leave"))
- {
- __temp_executeDef37 = false;
- this.leave(((org.red5.server.api.IClient) (dynargs.__get(0)) ), ((org.red5.server.api.scope.IScope) (dynargs.__get(1)) ));
- return null;
- }
- }
- break;
- case 1950568386:
- {
- if (field.equals("getClass"))
- {
- __temp_executeDef37 = false;
- return this.getClass();
- }
- }
- break;
- case 109757538:
- {
- if (field.equals("start"))
- {
- __temp_executeDef37 = false;
- return this.start(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ));
- }
- }
- break;
- case -681255906:
- {
- if (field.equals("finalize"))
- {
- __temp_executeDef37 = false;
- //this.finalize();
- return null;
- }
- }
- break;
- case 3540994:
- {
- if (field.equals("stop"))
- {
- __temp_executeDef37 = false;
- this.stop(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -1295482945:
- {
- if (field.equals("equals"))
- {
- __temp_executeDef37 = false;
- return this.equals(dynargs.__get(0));
- }
- }
- break;
- case 371880053:
- {
- if (field.equals("addListener"))
- {
- __temp_executeDef37 = false;
- this.addListener(((org.red5.server.adapter.IApplication) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case 94756189:
- {
- if (field.equals("clone"))
- {
- __temp_executeDef37 = false;
- return null;//this.clone();
- }
- }
- break;
- case -1056183535:
- {
- if (field.equals("addScheduledJob"))
- {
- __temp_executeDef37 = false;
- return this.addScheduledJob(haxe.lang.Runtime.toInt(dynargs.__get(0)), ((org.red5.server.api.scheduling.IScheduledJob) (dynargs.__get(1)) ));
- }
- }
- break;
- case 1984695468:
- {
- if (field.equals("setJoin"))
- {
- __temp_executeDef37 = false;
- this.setJoin(((boolean) (((java.lang.Boolean) (dynargs.__get(0)) )) ));
- return null;
- }
- }
- break;
- /*
- case -741346568:
- {
- if (field.equals("addScheduledJobAfterDelay"))
- {
- __temp_executeDef37 = false;
- return this.addScheduledJobAfterDelay(haxe.lang.Runtime.toInt(dynargs.__get(0)), ((org.red5.server.api.scheduling.IScheduledJob) (dynargs.__get(1)) ), haxe.lang.Runtime.toInt(dynargs.__get(2)));
- }
- }
- break;
- */
- case 1851806964:
- {
- if (field.equals("setCanStart"))
- {
- __temp_executeDef37 = false;
- this.setCanStart(((boolean) (((java.lang.Boolean) (dynargs.__get(0)) )) ));
- return null;
- }
- }
- break;
- /*
- case 991260368:
- {
- if (field.equals("addScheduledOnceJob"))
- {
- __temp_executeDef37 = false;
- return (this.addScheduledOnceJob(dynargs.__get(0), dynargs.__get(1)) + "");
- }
- }
- break;
- */
- case 23604476:
- {
- if (field.equals("setCanConnect"))
- {
- __temp_executeDef37 = false;
- this.setCanConnect(((boolean) (((java.lang.Boolean) (dynargs.__get(0)) )) ));
- return null;
- }
- }
- break;
- case 2010855837:
- {
- if (field.equals("appDisconnect"))
- {
- __temp_executeDef37 = false;
- this.appDisconnect(((org.red5.server.api.IConnection) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case 2119596425:
- {
- if (field.equals("setCanCallService"))
- {
- __temp_executeDef37 = false;
- this.setCanCallService(((boolean) (((java.lang.Boolean) (dynargs.__get(0)) )) ));
- return null;
- }
- }
- break;
- case -794242325:
- {
- if (field.equals("appJoin"))
- {
- __temp_executeDef37 = false;
- return this.appJoin(((org.red5.server.api.IClient) (dynargs.__get(0)) ), ((org.red5.server.api.scope.IScope) (dynargs.__get(1)) ));
- }
- }
- break;
- case -1928899917:
- {
- if (field.equals("serviceCall"))
- {
- __temp_executeDef37 = false;
- return this.serviceCall(((org.red5.server.api.IConnection) (dynargs.__get(0)) ), ((org.red5.server.api.service.IServiceCall) (dynargs.__get(1)) ));
- }
- }
- break;
- case 1149833494:
- {
- if (field.equals("appLeave"))
- {
- __temp_executeDef37 = false;
- this.appLeave(((org.red5.server.api.IClient) (dynargs.__get(0)) ), ((org.red5.server.api.scope.IScope) (dynargs.__get(1)) ));
- return null;
- }
- }
- break;
- case -1916261828:
- {
- if (field.equals("removeChildScope"))
- {
- __temp_executeDef37 = false;
- this.removeChildScope(((org.red5.server.api.scope.IBasicScope) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -1242359644:
- {
- if (field.equals("cancelGhostConnectionsCleanup"))
- {
- __temp_executeDef37 = false;
- this.cancelGhostConnectionsCleanup();
- return null;
- }
- }
- break;
- case 1469558098:
- {
- if (field.equals("handleEvent"))
- {
- __temp_executeDef37 = false;
- return this.handleEvent(((org.red5.server.api.event.IEvent) (dynargs.__get(0)) ));
- }
- }
- break;
- case 1724629922:
- {
- if (field.equals("clearSharedObjects"))
- {
- __temp_executeDef37 = false;
- return this.clearSharedObjects(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ), (dynargs.__get(1) + ""));
- }
- }
- break;
- case -653709052:
- {
- if (field.equals("checkBandwidthUp"))
- {
- __temp_executeDef37 = false;
- return this.checkBandwidthUp(((java.lang.Object[]) (dynargs.__get(0)) ));
- }
- }
- break;
- case 820639520:
- {
- if (field.equals("createSharedObject"))
- {
- __temp_executeDef37 = false;
- return this.createSharedObject(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ), (dynargs.__get(1) + ""), ((boolean) (((java.lang.Boolean) (dynargs.__get(2)) )) ));
- }
- }
- break;
- case -125819767:
- {
- if (field.equals("checkBandwidth"))
- {
- __temp_executeDef37 = false;
- this.checkBandwidth(dynargs.__get(0));
- return null;
- }
- }
- break;
- case 983736683:
- {
- if (field.equals("getBroadcastStream"))
- {
- __temp_executeDef37 = false;
- return this.getBroadcastStream(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ), (dynargs.__get(1) + ""));
- }
- }
- break;
- case 1363601945:
- {
- if (field.equals("addChildScope"))
- {
- __temp_executeDef37 = false;
- return this.addChildScope(((org.red5.server.api.scope.IBasicScope) (dynargs.__get(0)) ));
- }
- }
- break;
- case -1846972259:
- {
- if (field.equals("getBroadcastStreamNames"))
- {
- __temp_executeDef37 = false;
- return this.getBroadcastStreamNames(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ));
- }
- }
- break;
- case 1403977490:
- {
- if (field.equals("setScope"))
- {
- __temp_executeDef37 = false;
- this.setScope(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -1913705621:
- {
- if (field.equals("getClientTTL"))
- {
- __temp_executeDef37 = false;
- return this.getClientTTL();
- }
- }
- break;
- case -1796931362:
- {
- if (field.equals("setPlugins"))
- {
- __temp_executeDef37 = false;
- this.setPlugins(((java.util.List<org.red5.server.plugin.PluginDescriptor>) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case 1284328119:
- {
- if (field.equals("getGhostConnsCleanupPeriod"))
- {
- __temp_executeDef37 = false;
- return this.getGhostConnsCleanupPeriod();
- }
- }
- break;
- /*
- case 882028377:
- {
- if (field.equals("setAttributes"))
- {
- __temp_executeDef37 = false;
- this.setAttributes(dynargs.__get(0));
- return ((java.lang.Object) (null) );
- }
- }
- break;
- */
- case -1228323959:
- {
- if (field.equals("getListeners"))
- {
- __temp_executeDef37 = false;
- return this.getListeners();
- }
- }
- break;
- case 1552473178:
- {
- if (field.equals("setAttribute"))
- {
- __temp_executeDef37 = false;
- return this.setAttribute((dynargs.__get(0) + ""), dynargs.__get(1));
- }
- }
- break;
- case 899111456:
- {
- if (field.equals("getOnDemandStream"))
- {
- __temp_executeDef37 = false;
- return this.getOnDemandStream(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ), (dynargs.__get(1) + ""));
- }
- }
- break;
- case 1440786683:
- {
- if (field.equals("removeAttributes"))
- {
- __temp_executeDef37 = false;
- this.removeAttributes();
- return null;
- }
- }
- break;
- case -692205406:
- {
- if (field.equals("getScheduledJobNames"))
- {
- __temp_executeDef37 = false;
- return this.getScheduledJobNames();
- }
- }
- break;
- case 2124686968:
- {
- if (field.equals("removeAttribute"))
- {
- __temp_executeDef37 = false;
- return this.removeAttribute((dynargs.__get(0) + ""));
- }
- }
- break;
- /*
- case 455159418:
- {
- if (field.equals("getSharedObject"))
- {
- __temp_executeDef37 = false;
- return ((org.red5.server.api.so.ISharedObject) (this.getSharedObject(dynargs.__get(0), dynargs.__get(1))) );
- }
- }
- break;
- */
- case 1569622907:
- {
- if (field.equals("lookupConnections"))
- {
- __temp_executeDef37 = false;
- return this.lookupConnections(((org.red5.server.api.IClient) (dynargs.__get(0)) ));
- }
- }
- break;
- case 85177582:
- {
- if (field.equals("getSharedObjectNames"))
- {
- __temp_executeDef37 = false;
- return this.getSharedObjectNames(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ));
- }
- }
- break;
- case -375673884:
- {
- if (field.equals("hasParent"))
- {
- __temp_executeDef37 = false;
- return this.hasParent();
- }
- }
- break;
- case -1692602406:
- {
- if (field.equals("getSharedObjectSecurity"))
- {
- __temp_executeDef37 = false;
- return this.getSharedObjectSecurity();
- }
- }
- break;
- case 2033033426:
- {
- if (field.equals("hasChildScope"))
- {
- __temp_executeDef37 = false;
- return this.hasChildScope((dynargs.__get(0) + ""));
- }
- }
- break;
- case -18781956:
- {
- if (field.equals("getStreamLength"))
- {
- __temp_executeDef37 = false;
- return this.getStreamLength((dynargs.__get(0) + ""));
- }
- }
- break;
- case -1073052382:
- {
- if (field.equals("hasAttribute"))
- {
- __temp_executeDef37 = false;
- return this.hasAttribute((dynargs.__get(0) + ""));
- }
- }
- break;
- case 1816752401:
- {
- if (field.equals("getStreamPlaybackSecurity"))
- {
- __temp_executeDef37 = false;
- return this.getStreamPlaybackSecurity();
- }
- }
- break;
- case 1965089950:
- {
- if (field.equals("getScope"))
- {
- __temp_executeDef37 = false;
- return this.getScope();
- }
- }
- break;
- case -1951710183:
- {
- if (field.equals("getStreamPublishSecurity"))
- {
- __temp_executeDef37 = false;
- return this.getStreamPublishSecurity();
- }
- }
- break;
- case -1992675473:
- {
- if (field.equals("getResources"))
- {
- __temp_executeDef37 = false;
- return null;//this.getResources((dynargs.__get(0) + ""));
- }
- }
- break;
- case 64848254:
- {
- if (field.equals("getSubscriberStream"))
- {
- __temp_executeDef37 = false;
- return this.getSubscriberStream(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ), (dynargs.__get(1) + ""));
- }
- }
- break;
- case 1736835460:
- {
- if (field.equals("getResource"))
- {
- __temp_executeDef37 = false;
- return this.getResource((dynargs.__get(0) + ""));
- }
- }
- break;
- case -621072985:
- {
- if (field.equals("hasBroadcastStream"))
- {
- __temp_executeDef37 = false;
- return this.hasBroadcastStream(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ), (dynargs.__get(1) + ""));
- }
- }
- break;
- case 561230698:
- {
- if (field.equals("getPlugins"))
- {
- __temp_executeDef37 = false;
- return this.getPlugins();
- }
- }
- break;
- case -1507961244:
- {
- if (field.equals("hasOnDemandStream"))
- {
- __temp_executeDef37 = false;
- return this.hasOnDemandStream(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ), (dynargs.__get(1) + ""));
- }
- }
- break;
- case -75248485:
- {
- if (field.equals("getPath"))
- {
- __temp_executeDef37 = false;
- return this.getPath();
- }
- }
- break;
- case -16618562:
- {
- if (field.equals("hasSharedObject"))
- {
- __temp_executeDef37 = false;
- return this.hasSharedObject(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ), (dynargs.__get(1) + ""));
- }
- }
- break;
- case 700591008:
- {
- if (field.equals("getParent"))
- {
- __temp_executeDef37 = false;
- return this.getParent();
- }
- }
- break;
- case -1945256252:
- {
- if (field.equals("killGhostConnections"))
- {
- __temp_executeDef37 = false;
- this.killGhostConnections();
- return null;
- }
- }
- break;
- case -75308287:
- {
- if (field.equals("getName"))
- {
- __temp_executeDef37 = false;
- return this.getName();
- }
- }
- break;
- case 1843029235:
- {
- if (field.equals("measureBandwidth"))
- {
- __temp_executeDef37 = false;
- this.measureBandwidth();
- return ((java.lang.Object) (null) );
- }
- }
- break;
- case 1951297805:
- {
- if (field.equals("getDepth"))
- {
- __temp_executeDef37 = false;
- return this.getDepth();
- }
- }
- break;
- case -1287110426:
- {
- if (field.equals("pauseScheduledJob"))
- {
- __temp_executeDef37 = false;
- this.pauseScheduledJob((dynargs.__get(0) + ""));
- return null;
- }
- }
- break;
- case 1988391289:
- {
- if (field.equals("getContext"))
- {
- __temp_executeDef37 = false;
- return this.getContext();
- }
- }
- break;
- case 1265886887:
- {
- if (field.equals("registerSharedObjectSecurity"))
- {
- __temp_executeDef37 = false;
- this.registerSharedObjectSecurity(((org.red5.server.api.so.ISharedObjectSecurity) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case 1084335135:
- {
- if (field.equals("getConnections"))
- {
- __temp_executeDef37 = false;
- return this.getConnections();
- }
- }
- break;
- case 1656613022:
- {
- if (field.equals("registerStreamPlaybackSecurity"))
- {
- __temp_executeDef37 = false;
- this.registerStreamPlaybackSecurity(((org.red5.server.api.stream.IStreamPlaybackSecurity) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case 1897447890:
- {
- if (field.equals("getClients"))
- {
- __temp_executeDef37 = false;
- return this.getClients();
- }
- }
- break;
- case -432855316:
- {
- if (field.equals("registerStreamPublishSecurity"))
- {
- __temp_executeDef37 = false;
- this.registerStreamPublishSecurity(((org.red5.server.api.stream.IStreamPublishSecurity) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case 214986074:
- {
- if (field.equals("getChildScopeNames"))
- {
- __temp_executeDef37 = false;
- return this.getChildScopeNames();
- }
- }
- break;
- case 1839063114:
- {
- if (field.equals("rejectClient"))
- {
- __temp_executeDef37 = false;
- return ((boolean) (((java.lang.Boolean) (this.rejectClient()) )) );
- }
- }
- break;
- case 1045815950:
- {
- if (field.equals("getChildScope"))
- {
- __temp_executeDef37 = false;
- return this.getChildScope((dynargs.__get(0) + ""));
- }
- }
- break;
- case -248292008:
- {
- if (field.equals("removeListener"))
- {
- __temp_executeDef37 = false;
- this.removeListener(((org.red5.server.adapter.IApplication) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case 107897165:
- {
- if (field.equals("getAttributes"))
- {
- __temp_executeDef37 = false;
- return this.getAttributes();
- }
- }
- break;
- case -499274124:
- {
- if (field.equals("removeScheduledJob"))
- {
- __temp_executeDef37 = false;
- this.removeScheduledJob((dynargs.__get(0) + ""));
- return null;
- }
- }
- break;
- case 2025278210:
- {
- if (field.equals("getAttributeNames"))
- {
- __temp_executeDef37 = false;
- return this.getAttributeNames();
- }
- }
- break;
- case 1442924701:
- {
- if (field.equals("resumeScheduledJob"))
- {
- __temp_executeDef37 = false;
- this.resumeScheduledJob((dynargs.__get(0) + ""));
- return null;
- }
- }
- break;
- /*
- case 3480550:
- {
- if (field.equals("getAttribute"))
- {
- __temp_executeDef37 = false;
- return ((java.lang.Object) (this.getAttribute(dynargs.__get(0))) );
- }
- }
- break;
- */
- case 1512633231:
- {
- if (field.equals("roomConnect"))
- {
- __temp_executeDef37 = false;
- return this.roomConnect(((org.red5.server.api.IConnection) (dynargs.__get(0)) ), ((java.lang.Object[]) (dynargs.__get(1)) ));
- }
- }
- break;
- case -1125868364:
- {
- if (field.equals("createChildScope"))
- {
- __temp_executeDef37 = false;
- return this.createChildScope((dynargs.__get(0) + ""));
- }
- }
- break;
- case 1365876695:
- {
- if (field.equals("roomDisconnect"))
- {
- __temp_executeDef37 = false;
- this.roomDisconnect(((org.red5.server.api.IConnection) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -1094161677:
- {
- if (field.equals("unregisterStreamPublishSecurity"))
- {
- __temp_executeDef37 = false;
- this.unregisterStreamPublishSecurity(((org.red5.server.api.stream.IStreamPublishSecurity) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -173609819:
- {
- if (field.equals("roomJoin"))
- {
- __temp_executeDef37 = false;
- return this.roomJoin(((org.red5.server.api.IClient) (dynargs.__get(0)) ), ((org.red5.server.api.scope.IScope) (dynargs.__get(1)) ));
- }
- }
- break;
- case -1664014985:
- {
- if (field.equals("unregisterStreamPlaybackSecurity"))
- {
- __temp_executeDef37 = false;
- this.unregisterStreamPlaybackSecurity(((org.red5.server.api.stream.IStreamPlaybackSecurity) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -1085395300:
- {
- if (field.equals("roomLeave"))
- {
- __temp_executeDef37 = false;
- this.roomLeave(((org.red5.server.api.IClient) (dynargs.__get(0)) ), ((org.red5.server.api.scope.IScope) (dynargs.__get(1)) ));
- return null;
- }
- }
- break;
- case 1521649088:
- {
- if (field.equals("unregisterSharedObjectSecurity"))
- {
- __temp_executeDef37 = false;
- this.unregisterSharedObjectSecurity(((org.red5.server.api.so.ISharedObjectSecurity) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -1078483897:
- {
- if (field.equals("roomStart"))
- {
- __temp_executeDef37 = false;
- return this.roomStart(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ));
- }
- }
- break;
- case 335020346:
- {
- if (field.equals("streamSubscriberStart"))
- {
- __temp_executeDef37 = false;
- this.streamSubscriberStart(((org.red5.server.api.stream.ISubscriberStream) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -173336707:
- {
- if (field.equals("roomStop"))
- {
- __temp_executeDef37 = false;
- this.roomStop(((org.red5.server.api.scope.IScope) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case 320019152:
- {
- if (field.equals("streamSubscriberClose"))
- {
- __temp_executeDef37 = false;
- this.streamSubscriberClose(((org.red5.server.api.stream.ISubscriberStream) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -1937546265:
- {
- if (field.equals("scheduleGhostConnectionsCleanup"))
- {
- __temp_executeDef37 = false;
- this.scheduleGhostConnectionsCleanup();
- return null;
- }
- }
- break;
- case -366142735:
- {
- if (field.equals("streamRecordStart"))
- {
- __temp_executeDef37 = false;
- this.streamRecordStart(((org.red5.server.api.stream.IBroadcastStream) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -364712993:
- {
- if (field.equals("setClientTTL"))
- {
- __temp_executeDef37 = false;
- this.setClientTTL(haxe.lang.Runtime.toInt(dynargs.__get(0)));
- return null;
- }
- }
- break;
- case 2112318515:
- {
- if (field.equals("streamPublishStart"))
- {
- __temp_executeDef37 = false;
- this.streamPublishStart(((org.red5.server.api.stream.IBroadcastStream) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case 1656565803:
- {
- if (field.equals("setGhostConnsCleanupPeriod"))
- {
- __temp_executeDef37 = false;
- this.setGhostConnsCleanupPeriod(haxe.lang.Runtime.toInt(dynargs.__get(0)));
- return null;
- }
- }
- break;
- case 168760489:
- {
- if (field.equals("streamPlayItemStop"))
- {
- __temp_executeDef37 = false;
- this.streamPlayItemStop(((org.red5.server.api.stream.ISubscriberStream) (dynargs.__get(0)) ), ((org.red5.server.api.stream.IPlayItem) (dynargs.__get(1)) ));
- return null;
- }
- }
- break;
- case 881086807:
- {
- if (field.equals("streamBroadcastClose"))
- {
- __temp_executeDef37 = false;
- this.streamBroadcastClose(((org.red5.server.api.stream.IBroadcastStream) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case 168745759:
- {
- if (field.equals("streamPlayItemSeek"))
- {
- __temp_executeDef37 = false;
- this.streamPlayItemSeek(((org.red5.server.api.stream.ISubscriberStream) (dynargs.__get(0)) ), ((org.red5.server.api.stream.IPlayItem) (dynargs.__get(1)) ), haxe.lang.Runtime.toInt(dynargs.__get(2)));
- return null;
- }
- }
- break;
- case 896088001:
- {
- if (field.equals("streamBroadcastStart"))
- {
- __temp_executeDef37 = false;
- this.streamBroadcastStart(((org.red5.server.api.stream.IBroadcastStream) (dynargs.__get(0)) ));
- return null;
- }
- }
- break;
- case -1072281836:
- {
- if (field.equals("streamPlayItemResume"))
- {
- __temp_executeDef37 = false;
- this.streamPlayItemResume(((org.red5.server.api.stream.ISubscriberStream) (dynargs.__get(0)) ), ((org.red5.server.api.stream.IPlayItem) (dynargs.__get(1)) ), haxe.lang.Runtime.toInt(dynargs.__get(2)));
- return null;
- }
- }
- break;
- case 933277231:
- {
- if (field.equals("streamPlayItemPause"))
- {
- __temp_executeDef37 = false;
- this.streamPlayItemPause(((org.red5.server.api.stream.ISubscriberStream) (dynargs.__get(0)) ), ((org.red5.server.api.stream.IPlayItem) (dynargs.__get(1)) ), haxe.lang.Runtime.toInt(dynargs.__get(2)));
- return null;
- }
- }
- break;
- case 168663003:
- {
- if (field.equals("streamPlayItemPlay"))
- {
- __temp_executeDef37 = false;
- this.streamPlayItemPlay(((org.red5.server.api.stream.ISubscriberStream) (dynargs.__get(0)) ), ((org.red5.server.api.stream.IPlayItem) (dynargs.__get(1)) ), ((boolean) (((java.lang.Boolean) (dynargs.__get(2)) )) ));
- return null;
- }
- }
- break;
- }
- if (__temp_executeDef37)
- {
- return ((haxe.lang.Function) (this.__hx_getField(field, false, true, false)) ).__hx_invokeDynamic(dynargs);
- }
- else
- {
- throw null;
- }
- }
- }
- }
- public boolean __hx_deleteField(java.lang.String field)
- {
- return false;
- }
- public java.lang.Object __hx_lookupField(java.lang.String field, boolean throwErrors, boolean isCheck)
- {
- if (isCheck)
- {
- return haxe.lang.Runtime.undefined;
- }
- else
- {
- if (throwErrors)
- {
- throw haxe.lang.HaxeException.wrap("Field not found.");
- }
- else
- {
- return null;
- }
- }
- }
- public double __hx_lookupField_f(java.lang.String field, boolean throwErrors)
- {
- if (throwErrors)
- {
- throw haxe.lang.HaxeException.wrap("Field not found or incompatible field type.");
- }
- else
- {
- return 0.0;
- }
- }
- public java.lang.Object __hx_lookupSetField(java.lang.String field, java.lang.Object value)
- {
- throw haxe.lang.HaxeException.wrap("Cannot access field for writing.");
- }
- public double __hx_lookupSetField_f(java.lang.String field, double value)
- {
- throw haxe.lang.HaxeException.wrap("Cannot access field for writing or incompatible type.");
- }
- public void __hx_classFields(haxe.root.Array<java.lang.String> baseArr)
- {
- {
- }
- }
- public void __hx_getFields(haxe.root.Array<java.lang.String> baseArr, boolean isInstanceFields)
- {
- baseArr.push("plugins");
- baseArr.push("scope");
- baseArr.push("schedulingService");
- baseArr.push("log");
- if (isInstanceFields)
- {
- baseArr.push("wait");
- baseArr.push("toString");
- baseArr.push("notifyAll");
- baseArr.push("notify");
- baseArr.push("hashCode");
- baseArr.push("getClass");
- baseArr.push("finalize");
- baseArr.push("equals");
- baseArr.push("clone");
- baseArr.push("setJoin");
- baseArr.push("setCanStart");
- baseArr.push("setCanConnect");
- baseArr.push("setCanCallService");
- baseArr.push("serviceCall");
- baseArr.push("removeChildScope");
- baseArr.push("handleEvent");
- baseArr.push("checkBandwidthUp");
- baseArr.push("checkBandwidth");
- baseArr.push("addChildScope");
- baseArr.push("setScope");
- baseArr.push("setPlugins");
- baseArr.push("setAttributes");
- baseArr.push("setAttribute");
- baseArr.push("removeAttributes");
- baseArr.push("removeAttribute");
- baseArr.push("lookupConnections");
- baseArr.push("hasParent");
- baseArr.push("hasChildScope");
- baseArr.push("hasAttribute");
- baseArr.push("getScope");
- baseArr.push("getResources");
- baseArr.push("getResource");
- baseArr.push("getPlugins");
- baseArr.push("getPath");
- baseArr.push("getParent");
- baseArr.push("getName");
- baseArr.push("getDepth");
- baseArr.push("getContext");
- baseArr.push("getConnections");
- baseArr.push("getClients");
- baseArr.push("getChildScopeNames");
- baseArr.push("getChildScope");
- baseArr.push("getAttributes");
- baseArr.push("getAttributeNames");
- baseArr.push("getAttribute");
- baseArr.push("createChildScope");
- baseArr.push("unregisterStreamPublishSecurity");
- baseArr.push("unregisterStreamPlaybackSecurity");
- baseArr.push("unregisterSharedObjectSecurity");
- baseArr.push("streamSubscriberStart");
- baseArr.push("streamSubscriberClose");
- baseArr.push("streamRecordStart");
- baseArr.push("streamPublishStart");
- baseArr.push("streamPlayItemStop");
- baseArr.push("streamPlayItemSeek");
- baseArr.push("streamPlayItemResume");
- baseArr.push("streamPlayItemPlay");
- baseArr.push("streamPlayItemPause");
- baseArr.push("streamBroadcastStart");
- baseArr.push("streamBroadcastClose");
- baseArr.push("setGhostConnsCleanupPeriod");
- baseArr.push("setClientTTL");
- baseArr.push("scheduleGhostConnectionsCleanup");
- baseArr.push("roomStop");
- baseArr.push("roomStart");
- baseArr.push("roomLeave");
- baseArr.push("roomJoin");
- baseArr.push("roomDisconnect");
- baseArr.push("roomConnect");
- baseArr.push("resumeScheduledJob");
- baseArr.push("removeScheduledJob");
- baseArr.push("removeListener");
- baseArr.push("rejectClient");
- baseArr.push("registerStreamPublishSecurity");
- baseArr.push("registerStreamPlaybackSecurity");
- baseArr.push("registerSharedObjectSecurity");
- baseArr.push("pauseScheduledJob");
- baseArr.push("measureBandwidth");
- baseArr.push("killGhostConnections");
- baseArr.push("hasSharedObject");
- baseArr.push("hasOnDemandStream");
- baseArr.push("hasBroadcastStream");
- baseArr.push("getSubscriberStream");
- baseArr.push("getStreamPublishSecurity");
- baseArr.push("getStreamPlaybackSecurity");
- baseArr.push("getStreamLength");
- baseArr.push("getSharedObjectSecurity");
- baseArr.push("getSharedObjectNames");
- baseArr.push("getSharedObject");
- baseArr.push("getScheduledJobNames");
- baseArr.push("getOnDemandStream");
- baseArr.push("getListeners");
- baseArr.push("getGhostConnsCleanupPeriod");
- baseArr.push("getClientTTL");
- baseArr.push("getBroadcastStreamNames");
- baseArr.push("getBroadcastStream");
- baseArr.push("createSharedObject");
- baseArr.push("clearSharedObjects");
- baseArr.push("cancelGhostConnectionsCleanup");
- baseArr.push("appLeave");
- baseArr.push("appJoin");
- baseArr.push("appDisconnect");
- baseArr.push("addScheduledOnceJob");
- baseArr.push("addScheduledJobAfterDelay");
- baseArr.push("addScheduledJob");
- baseArr.push("addListener");
- baseArr.push("stop");
- baseArr.push("start");
- baseArr.push("leave");
- baseArr.push("join");
- baseArr.push("disconnect");
- baseArr.push("connect");
- java.lang.Object __temp_expr39 = null;
- java.lang.Object __temp_expr40 = null;
- java.lang.Object __temp_expr41 = null;
- baseArr.push("resultReceived");
- }
- }
- public haxe.lang.Class __hx_getClass()
- {
- return ( (haxe.root.Application.__hx_class != null) ? (haxe.root.Application.__hx_class) : (haxe.root.Application.__hx_class = new haxe.lang.Class(new haxe.root.Application(haxe.lang.EmptyObject.EMPTY))) );
- }
- public java.lang.Object __hx_createEmpty()
- {
- return new haxe.root.Application(haxe.lang.EmptyObject.EMPTY);
- }
- public java.lang.Object __hx_create(haxe.root.Array arr)
- {
- return new haxe.root.Application();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment