| Package | Description |
|---|---|
| org.gradle.messaging.remote | |
| org.gradle.messaging.remote.internal | |
| org.gradle.messaging.remote.internal.inet | |
| org.gradle.process.internal |
Classes for running external processes.
|
| 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 | Method and Description |
|---|---|
Address |
HandshakeIncomingConnector.accept(Action<ConnectEvent<Connection<Message>>> action,
boolean allowRemote) |
Address |
IncomingConnector.accept(Action<ConnectEvent<Connection<T>>> action,
boolean allowRemote)
Allocates a new incoming endpoint.
|
Address |
MultiChannelConnector.accept(Action<ConnectEvent<MultiChannelConnection<Object>>> action) |
Address |
DefaultMultiChannelConnector.accept(Action<ConnectEvent<MultiChannelConnection<Object>>> action) |
Address |
DefaultMessagingServer.accept(Action<ConnectEvent<ObjectConnection>> action) |
| Modifier and Type | Method and Description |
|---|---|
Address |
TcpIncomingConnector.accept(Action<ConnectEvent<Connection<T>>> action,
boolean allowRemote) |
| Modifier and Type | Method and Description |
|---|---|
Action<ConnectEvent<ObjectConnection>> |
DefaultWorkerProcess.getConnectAction() |
Copyright © 2013. All rights reserved