| Package | Description |
|---|---|
| org.gradle.messaging.remote | |
| org.gradle.messaging.remote.internal | |
| org.gradle.process.internal |
Classes for running external processes.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectConnection |
MessagingClient.getConnection(Address address)
Returns the connection for this client.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
MessagingServer.accept(Action<ConnectEvent<ObjectConnection>> action)
Creates an endpoint which a single peer can connect to.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultObjectConnection |
| Modifier and Type | Method and Description |
|---|---|
ObjectConnection |
DefaultMessagingClient.getConnection(Address address) |
| Modifier and Type | Method and Description |
|---|---|
Address |
DefaultMessagingServer.accept(Action<ConnectEvent<ObjectConnection>> action) |
| Modifier and Type | Method and Description |
|---|---|
ObjectConnection |
WorkerProcess.getConnection() |
ObjectConnection |
DefaultWorkerProcess.getConnection() |
ObjectConnection |
WorkerProcessContext.getServerConnection()
Returns the connection which can be used to send/receive messages to/from the server process.
|
| Modifier and Type | Method and Description |
|---|---|
Action<ConnectEvent<ObjectConnection>> |
DefaultWorkerProcess.getConnectAction() |
Copyright © 2013. All rights reserved