JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
F
G
I
M
O
R
S
T
W
C
Client
- Class in
org.gradle.profiler.client.protocol
A singleton that runs inside a client process to communicate with the controller process.
Client()
- Constructor for class org.gradle.profiler.client.protocol.
Client
close()
- Method in class org.gradle.profiler.client.protocol.
Connection
close()
- Method in class org.gradle.profiler.client.protocol.
Server
close()
- Method in class org.gradle.profiler.client.protocol.
ServerConnection
connect(int)
- Method in class org.gradle.profiler.client.protocol.
Client
Connection
- Class in
org.gradle.profiler.client.protocol
Connection(Socket)
- Constructor for class org.gradle.profiler.client.protocol.
Connection
ConnectionParameters
- Class in
org.gradle.profiler.client.protocol
ConnectionParameters(File)
- Constructor for class org.gradle.profiler.client.protocol.
ConnectionParameters
D
disconnect()
- Method in class org.gradle.profiler.client.protocol.
Client
F
flush()
- Method in class org.gradle.profiler.client.protocol.
Connection
G
getDurationMillis()
- Method in class org.gradle.profiler.client.protocol.
SyncCompleted
getGradleArgs()
- Method in class org.gradle.profiler.client.protocol.
SyncParameters
getGradleInstallation()
- Method in class org.gradle.profiler.client.protocol.
ConnectionParameters
getId()
- Method in class org.gradle.profiler.client.protocol.
SyncCompleted
getId()
- Method in class org.gradle.profiler.client.protocol.
SyncStarted
getJvmArgs()
- Method in class org.gradle.profiler.client.protocol.
SyncParameters
getPort()
- Method in class org.gradle.profiler.client.protocol.
Server
I
INSTANCE
- Static variable in class org.gradle.profiler.client.protocol.
Client
M
Message
- Class in
org.gradle.profiler.client.protocol
Message()
- Constructor for class org.gradle.profiler.client.protocol.
Message
O
org.gradle.profiler.client.protocol
- package org.gradle.profiler.client.protocol
R
readByte()
- Method in class org.gradle.profiler.client.protocol.
Connection
readInt()
- Method in class org.gradle.profiler.client.protocol.
Connection
readLong()
- Method in class org.gradle.profiler.client.protocol.
Connection
readString()
- Method in class org.gradle.profiler.client.protocol.
Connection
readStrings()
- Method in class org.gradle.profiler.client.protocol.
Connection
receive(Class<T>, Duration)
- Method in class org.gradle.profiler.client.protocol.
Serializer
receiveConnectionParameters(Duration)
- Method in class org.gradle.profiler.client.protocol.
Client
receiveSyncCompeted(Duration)
- Method in class org.gradle.profiler.client.protocol.
ServerConnection
receiveSyncParameters(Duration)
- Method in class org.gradle.profiler.client.protocol.
Client
receiveSyncStarted(Duration)
- Method in class org.gradle.profiler.client.protocol.
ServerConnection
S
send(SyncStarted)
- Method in class org.gradle.profiler.client.protocol.
Client
send(SyncCompleted)
- Method in class org.gradle.profiler.client.protocol.
Client
send(SyncStarted)
- Method in class org.gradle.profiler.client.protocol.
Serializer
send(SyncCompleted)
- Method in class org.gradle.profiler.client.protocol.
Serializer
send(SyncParameters)
- Method in class org.gradle.profiler.client.protocol.
Serializer
send(ConnectionParameters)
- Method in class org.gradle.profiler.client.protocol.
Serializer
send(SyncParameters)
- Method in class org.gradle.profiler.client.protocol.
ServerConnection
send(ConnectionParameters)
- Method in class org.gradle.profiler.client.protocol.
ServerConnection
Serializer
- Class in
org.gradle.profiler.client.protocol
Serializer(String, Connection)
- Constructor for class org.gradle.profiler.client.protocol.
Serializer
Server
- Class in
org.gradle.profiler.client.protocol
An endpoint for communicating with a single client process.
Server(String)
- Constructor for class org.gradle.profiler.client.protocol.
Server
ServerConnection
- Class in
org.gradle.profiler.client.protocol
ServerConnection(String, Connection)
- Constructor for class org.gradle.profiler.client.protocol.
ServerConnection
SyncCompleted
- Class in
org.gradle.profiler.client.protocol
SyncCompleted(int, long)
- Constructor for class org.gradle.profiler.client.protocol.
SyncCompleted
SyncParameters
- Class in
org.gradle.profiler.client.protocol
SyncParameters(List<String>, List<String>)
- Constructor for class org.gradle.profiler.client.protocol.
SyncParameters
SyncStarted
- Class in
org.gradle.profiler.client.protocol
SyncStarted(int)
- Constructor for class org.gradle.profiler.client.protocol.
SyncStarted
T
toString()
- Method in class org.gradle.profiler.client.protocol.
SyncCompleted
toString()
- Method in class org.gradle.profiler.client.protocol.
SyncStarted
W
waitForIncoming(Duration)
- Method in class org.gradle.profiler.client.protocol.
Server
writeByte(byte)
- Method in class org.gradle.profiler.client.protocol.
Connection
writeInt(int)
- Method in class org.gradle.profiler.client.protocol.
Connection
writeLong(long)
- Method in class org.gradle.profiler.client.protocol.
Connection
writeString(String)
- Method in class org.gradle.profiler.client.protocol.
Connection
writeStrings(List<String>)
- Method in class org.gradle.profiler.client.protocol.
Connection
C
D
F
G
I
M
O
R
S
T
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes