| Package | Description |
|---|---|
| org.gradle.foundation.ipc.basic | |
| org.gradle.foundation.ipc.gradle |
| Modifier and Type | Class and Description |
|---|---|
class |
Server<P extends Server.Protocol,O extends Server.ServerObserver>
This is a server that talks to a client via sockets (Rudimentary form of Inter-Process Communication (IPC)).
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProcessLauncherServer.Protocol
Implement this to define the behavior of the communication on the server side.
|
| Modifier and Type | Field and Description |
|---|---|
protected P |
Server.protocol |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGradleServerProtocol
This defines the basic behavior of all gradle protocols for interprocess communication.
|
class |
ExecuteGradleCommandServerProtocol
This manages the communication between the UI and an externally-launched copy of Gradle when using socket-based inter-process communication.
|
class |
KillGradleServerProtocol
This protocol is used by a client that launches its own server.
|
class |
TaskListServerProtocol
This manages the communication between the UI and an externally-launched copy of Gradle when using socket-based inter-process communication.
|
Copyright © 2013. All rights reserved