Package | Description |
---|---|
groovyx.gpars.remote |
This package holds classes implementing the remote actors functionality.
|
groovyx.gpars.remote.netty |
This package holds implementation-specific classes implementing the remote actors functionality on top of Netty.
|
groovyx.gpars.serial |
This package holds classes used for actor identification in the network.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalHost
Represents communication point with other local hosts.
|
Modifier and Type | Method and Description |
---|---|
SerialHandles |
LocalNode.getLocalHost() |
Modifier and Type | Class and Description |
---|---|
class |
NettyTransportProvider
Transport provider using Netty
|
Modifier and Type | Field and Description |
---|---|
protected SerialHandles |
SerialContext.localHost |
Constructor and Description |
---|
SerialContext(SerialHandles localHost,
java.util.UUID hostId) |