| Package | Description |
|---|---|
| org.nustaq.kontraktor.asyncio | |
| org.nustaq.kontraktor.remoting.base | |
| org.nustaq.kontraktor.remoting.tcp |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectAsyncSocketConnection
Created by moelrue on 5/7/15.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AtomicReference<ObjectSocket> |
RemoteRegistry.getWriteObjectSocket() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RemoteRegistry.closeRef(CallEntry ce,
ObjectSocket chan) |
boolean |
RemoteRegistry.pollAndSend2Remote(ObjectSocket chan)
poll remote actor proxies and send.
|
protected boolean |
RemoteRegistry.processRemoteCallEntry(ObjectSocket objSocket,
RemoteCallEntry response,
List<IPromise> createdFutures) |
void |
RemoteRegistry.receiveCBResult(ObjectSocket chan,
int id,
Object result,
Object error) |
boolean |
RemoteRegistry.receiveObject(ObjectSocket responseChannel,
ObjectSink receiver,
Object response,
List<IPromise> createdFutures)
process a remote call entry or an array of remote call entries.
|
protected void |
RemoteRegistry.writeObject(ObjectSocket chan,
RemoteCallEntry rce) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActorServerConnector.connect(Actor facade,
java.util.function.Function<ObjectSocket,ObjectSink> factory) |
IPromise |
ActorClientConnector.connect(java.util.function.Function<ObjectSocket,ObjectSink> factory) |
| Modifier and Type | Method and Description |
|---|---|
protected Promise |
TCPServerConnector.acceptLoop(Actor facade,
int port,
java.util.function.Function<ObjectSocket,ObjectSink> factory,
Promise p) |
void |
TCPServerConnector.connect(Actor facade,
java.util.function.Function<ObjectSocket,ObjectSink> factory) |
void |
NIOServerConnector.connect(Actor facade,
java.util.function.Function<ObjectSocket,ObjectSink> factory) |
IPromise |
TCPClientConnector.connect(java.util.function.Function<ObjectSocket,ObjectSink> factory) |
Copyright © 2015. All rights reserved.