| Class | Description |
|---|---|
| AbstractWorkerEndpointImpl<LOCAL extends Endpoint<LOCAL,REMOTE>,REMOTE extends Endpoint<REMOTE,LOCAL>> |
Base implementation of Endpoint
|
| AbstractWorkerFactoryImpl<R extends Endpoint<R,L>,L extends Endpoint<L,R>> |
base class for generated factories, with a hook to create the remote endpoint to connect to
|
| RemoteCallbackInvocation |
Created by colin on 1/18/16.
|
| RemoteCallbackInvocation_CustomFieldSerializer | |
| RemoteInvocation |
Created by colin on 1/18/16.
|
| RemoteInvocation_CustomFieldSerializer | |
| StreamReader | |
| StreamWriter |
Header (int version, int flags, int payloadLength (empty))
Payload (header then int[])
StringTable (String[])
Basic worker format:
[payload, stringtable]
For workers, we can actually push through the Header+Payload as a single arraybuffer and skip copying it, but the
StringTable has to be copied.
|
Copyright © 2011–2018 Vertispan LLC. All rights reserved.