| Package | Description |
|---|---|
| org.gradle.foundation.ipc.basic | |
| org.gradle.foundation.ipc.gradle |
| Modifier and Type | Method and Description |
|---|---|
MessageObject |
ClientProcess.readMessage()
Call this to listen for a message from the server.
|
MessageObject |
ClientProcess.sendMessageWaitForReply(String messageType,
String message,
Serializable data)
Call this to send a message with some binary data and wait for the server's acknowledgement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Server.Protocol.messageReceived(MessageObject message)
Notification that a message has been received.
|
| Modifier and Type | Field and Description |
|---|---|
protected MessageObject |
AbstractGradleServerProtocol.lastMessageReceived |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TaskListServerProtocol.handleMessageReceived(MessageObject message)
Notification that a message was received that we didn't process.
|
protected boolean |
ExecuteGradleCommandServerProtocol.handleMessageReceived(MessageObject message)
Notification that a message was received that we didn't process.
|
protected abstract boolean |
AbstractGradleServerProtocol.handleMessageReceived(MessageObject message)
Notification that a message was received that we didn't process.
|
void |
KillGradleServerProtocol.messageReceived(MessageObject message) |
void |
AbstractGradleServerProtocol.messageReceived(MessageObject message)
Notification that a message has been received.
|
Copyright © 2013. All rights reserved