You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
6.3 KiB
1 line
6.3 KiB
|
2 years ago
|
!function(){var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},r=e.ice||{};e.Glacier2=e.Glacier2||{},r.Glacier2=e.Glacier2;var i=Ice.Slice;Glacier2.SSLInfo=class{constructor(e="",r=0,i="",t=0,s="",n=null){this.remoteHost=e,this.remotePort=r,this.localHost=i,this.localPort=t,this.cipher=s,this.certs=n}_write(e){e.writeString(this.remoteHost),e.writeInt(this.remotePort),e.writeString(this.localHost),e.writeInt(this.localPort),e.writeString(this.cipher),Ice.StringSeqHelper.write(e,this.certs)}_read(e){this.remoteHost=e.readString(),this.remotePort=e.readInt(),this.localHost=e.readString(),this.localPort=e.readInt(),this.cipher=e.readString(),this.certs=Ice.StringSeqHelper.read(e)}static get minWireSize(){return 12}},i.defineStruct(Glacier2.SSLInfo,!0,!0),IceMX.SessionMetrics=class extends IceMX.Metrics{constructor(e,r,i,t,s,n=0,c=0,o=0,a=0,l=0,S=0,d=0){super(e,r,i,t,s),this.forwardedClient=n,this.forwardedServer=c,this.routingTableSize=o,this.queuedClient=a,this.queuedServer=l,this.overriddenClient=S,this.overriddenServer=d}_iceWriteMemberImpl(e){e.writeInt(this.forwardedClient),e.writeInt(this.forwardedServer),e.writeInt(this.routingTableSize),e.writeInt(this.queuedClient),e.writeInt(this.queuedServer),e.writeInt(this.overriddenClient),e.writeInt(this.overriddenServer)}_iceReadMemberImpl(e){this.forwardedClient=e.readInt(),this.forwardedServer=e.readInt(),this.routingTableSize=e.readInt(),this.queuedClient=e.readInt(),this.queuedServer=e.readInt(),this.overriddenClient=e.readInt(),this.overriddenServer=e.readInt()}},i.defineValue(IceMX.SessionMetrics,"::IceMX::SessionMetrics",!1),function(){Glacier2.CannotCreateSessionException=class extends Ice.UserException{constructor(e="",r=""){super(r),this.reason=e}static get _parent(){return Ice.UserException}static get _id(){return"::Glacier2::CannotCreateSessionException"}_mostDerivedType(){return Glacier2.CannotCreateSessionException}_writeMemberImpl(e){e.writeString(this.reason)}_readMemberImpl(e){this.reason=e.readString()}},i.PreservedUserException(Glacier2.CannotCreateSessionException);Glacier2.Session=class extends Ice.Object{},Glacier2.SessionPrx=class extends Ice.ObjectPrx{},i.defineOperations(Glacier2.Session,Glacier2.SessionPrx,["::Glacier2::Session","::Ice::Object"],0,{destroy:[,,,,,,,,,]});Glacier2.StringSet=class extends Ice.Object{},Glacier2.StringSetPrx=class extends Ice.ObjectPrx{},i.defineOperations(Glacier2.StringSet,Glacier2.StringSetPrx,["::Glacier2::StringSet","::Ice::Object"],0,{add:[,2,2,,,[["Ice.StringSeqHelper"]],,,,],remove:[,2,2,,,[["Ice.StringSeqHelper"]],,,,],get:[,2,2,,["Ice.StringSeqHelper"],,,,,]});Glacier2.IdentitySet=class extends Ice.Object{},Glacier2.IdentitySetPrx=class extends Ice.ObjectPrx{},i.defineOperations(Glacier2.IdentitySet,Glacier2.IdentitySetPrx,["::Glacier2::IdentitySet","::Ice::Object"],0,{add:[,2,2,,,[["Ice.IdentitySeqHelper"]],,,,],remove:[,2,2,,,[["Ice.IdentitySeqHelper"]],,,,],get:[,2,2,,["Ice.IdentitySeqHelper"],,,,,]});Glacier2.SessionControl=class extends Ice.Object{},Glacier2.SessionControlPrx=class extends Ice.ObjectPrx{},i.defineOperations(Glacier2.SessionControl,Glacier2.SessionControlPrx,["::Glacier2::SessionControl","::Ice::Object"],0,{categories:[,,,,["Glacier2.StringSetPrx"],,,,,],adapterIds:[,,,,["Glacier2.StringSetPrx"],,,,,],identities:[,,,,["Glacier2.IdentitySetPrx"],,,,,],getSessionTimeout:[,2,2,,[3],,,,,],destroy:[,,,,,,,,,]});Glacier2.SessionManager=class extends Ice.Object{},Glacier2.SessionManagerPrx=class extends Ice.ObjectPrx{},i.defineOperations(Glacier2.SessionManager,Glacier2.SessionManagerPrx,["::Glacier2::SessionManager","::Ice::Object"],0,{create:[,,,2,["Glacier2.SessionPrx"],[[7],["Glacier2.SessionControlPrx"]],,[Glacier2.CannotCreateSessionException],,]});Glacier2.SSLSessionManager=class extends Ice.Object{},Glacier2.SSLSessionManagerPrx=class extends Ice.ObjectPrx{},i.defineOperations(Glacier2.SSLSessionManager,Glacier2.SSLSessionManagerPrx,["::Glacier2::SSLSessionManager","::Ice::Object"],0,{create:[,,,2,["Glacier2.SessionPrx"],[[Glacier2.S
|