| Package | Description |
|---|---|
| org.gradle.launcher.daemon.client | |
| org.gradle.messaging.remote.internal | |
| org.gradle.messaging.remote.internal.inet |
| Modifier and Type | Method and Description |
|---|---|
protected OutgoingConnector<Object> |
DaemonClientServicesSupport.createOutgoingConnector() |
| Constructor and Description |
|---|
DefaultDaemonConnector(DaemonRegistry daemonRegistry,
OutgoingConnector<Object> connector,
DaemonStarter daemonStarter) |
| Modifier and Type | Class and Description |
|---|---|
class |
HandshakeOutgoingConnector |
| Modifier and Type | Method and Description |
|---|---|
protected OutgoingConnector<Message> |
MessagingServices.createOutgoingConnector() |
| Constructor and Description |
|---|
DefaultMultiChannelConnector(OutgoingConnector<Message> outgoingConnector,
IncomingConnector<Message> incomingConnector,
ExecutorFactory executorFactory,
ClassLoader messagingClassLoader) |
DefaultOutgoingBroadcast(MessageOriginator messageOriginator,
String group,
AsyncConnection<DiscoveryMessage> connection,
OutgoingConnector<Message> outgoingConnector,
ExecutorFactory executorFactory,
IdGenerator<?> idGenerator,
ClassLoader messagingClassLoader) |
HandshakeOutgoingConnector(OutgoingConnector<Message> connector) |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpOutgoingConnector<T> |
Copyright © 2013. All rights reserved