Package | Description |
---|---|
groovyx.gpars.remote |
This package holds classes implementing the remoting interface for actors, dataflows and agents.
|
groovyx.gpars.remote.netty |
This package holds implementation-specific classes implementing the remote actors functionality on top of Netty.
|
Modifier and Type | Field and Description |
---|---|
private NettyServer |
LocalHost.server
Server for current instance of LocalHost
|
Modifier and Type | Method and Description |
---|---|
static NettyServer |
NettyTransportProvider.createServer(java.lang.String host,
int port,
LocalHost localHost)
Factory method for creating server instances.
|