Uses of Class
org.nustaq.kontraktor.remoting.encoding.RemoteCallEntry
| Package | Description |
|---|---|
| org.nustaq.kontraktor | |
| org.nustaq.kontraktor.remoting.base | |
| org.nustaq.kontraktor.remoting.encoding | |
| org.nustaq.kontraktor.routers |
-
Uses of RemoteCallEntry in org.nustaq.kontraktor
Fields in org.nustaq.kontraktor with type parameters of type RemoteCallEntry Modifier and Type Field Description Callback<RemoteCallEntry>Actor. zzServerMsgCallbackMethods in org.nustaq.kontraktor with parameters of type RemoteCallEntry Modifier and Type Method Description booleanActor. __dispatchRemoteCall(ObjectSocket objSocket, RemoteCallEntry rce, ConnectionRegistry registry, java.util.List<IPromise> createdFutures, java.lang.Object authContext, java.util.function.BiFunction<Actor,java.lang.String,java.lang.Boolean> callInterceptor, long delayCode)called if a message invokation from remote is receivedMethod parameters in org.nustaq.kontraktor with type arguments of type RemoteCallEntry Modifier and Type Method Description voidActor. setServerMsgCallback(Callback<RemoteCallEntry> cb)cb is invoked once the server sends back messages to a client, the client does not necessary have an actor running but might simply connect using ordinary mt code -
Uses of RemoteCallEntry in org.nustaq.kontraktor.remoting.base
Methods in org.nustaq.kontraktor.remoting.base with parameters of type RemoteCallEntry Modifier and Type Method Description voidConnectionRegistry. forwardRemoteMessage(RemoteCallEntry rce)protected booleanConnectionRegistry. processRemoteCallEntry(ObjectSocket objSocket, RemoteCallEntry response, java.util.List<IPromise> createdFutures, java.lang.Object authContext)protected voidConnectionRegistry. writeObject(ObjectSocket chan, RemoteCallEntry rce) -
Uses of RemoteCallEntry in org.nustaq.kontraktor.remoting.encoding
Methods in org.nustaq.kontraktor.remoting.encoding that return RemoteCallEntry Modifier and Type Method Description RemoteCallEntryRemoteCallEntry. createCopy() -
Uses of RemoteCallEntry in org.nustaq.kontraktor.routers
Methods in org.nustaq.kontraktor.routers that return RemoteCallEntry Modifier and Type Method Description protected RemoteCallEntryAbstractKrouter. createErrorPromiseResponse(RemoteCallEntry rce, ConnectionRegistry clientRemoteRegistry)Methods in org.nustaq.kontraktor.routers with parameters of type RemoteCallEntry Modifier and Type Method Description booleanAbstractKrouter. __dispatchRemoteCall(ObjectSocket objSocket, RemoteCallEntry rce, ConnectionRegistry clientRemoteRegistry, java.util.List<IPromise> createdFutures, java.lang.Object authContext, java.util.function.BiFunction<Actor,java.lang.String,java.lang.Boolean> callInterceptor, long delayCode)protected RemoteCallEntryAbstractKrouter. createErrorPromiseResponse(RemoteCallEntry rce, ConnectionRegistry clientRemoteRegistry)protected voidHotHotFailoverKrouter. dispatchImpl(RemoteCallEntry rce, ConnectionRegistry clientRemoteRegistry, boolean[] done, Callback[] selected)protected abstract booleanAbstractKrouter. dispatchRemoteCall(RemoteCallEntry rce, ConnectionRegistry clientRemoteRegistry)dispatch call to a service.protected booleanHotHotFailoverKrouter. dispatchRemoteCall(RemoteCallEntry rce, ConnectionRegistry clientRemoteRegistry)protected booleanKrouter. dispatchRemoteCall(RemoteCallEntry rce, ConnectionRegistry clientRemoteRegistry)protected booleanSingleActiveServiceKrouter. dispatchRemoteCall(RemoteCallEntry rce, ConnectionRegistry clientRemoteRegistry)protected voidAbstractKrouter. forwardCall(RemoteCallEntry rce, Actor remoteRef, ConnectionRegistry clientRemoteRegistry)protected voidAbstractKrouter. forwardCallInternal(RemoteCallEntry rce, Actor remoteRef, ConnectionRegistry clientRemoteRegistry)protected voidAbstractKrouter. forwardMultiCall(RemoteCallEntry rce, Actor remoteRef, ConnectionRegistry clientRemoteRegistry, boolean[] done, Callback[] selected)protected voidAbstractKrouter. forwardMultiCallInternal(RemoteCallEntry rceIn, Actor remoteRef, ConnectionRegistry clientRemoteRegistry, boolean[] done, Callback[] selected)