| Package | Description |
|---|---|
| org.gradle.messaging.remote.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
BroadcastSendProtocol |
class |
BufferingProtocol |
class |
ChannelLookupProtocol |
class |
ChannelRegistrationProtocol |
class |
ReceiveProtocol |
class |
RemoteDisconnectProtocol |
class |
SendProtocol |
class |
UnicastSendProtocol |
class |
WorkerProtocol
Adapts a worker
Dispatch to a messaging protocol. |
| Constructor and Description |
|---|
AsyncConnectionAdapter(Connection<T> connection,
DispatchFailureHandler<? super T> dispatchFailureHandler,
ExecutorFactory executor,
Protocol<T>... protocols) |
ProtocolStack(Executor executor,
DispatchFailureHandler<? super T> outgoingDispatchFailureHandler,
DispatchFailureHandler<? super T> incomingDispatchFailureHandler,
Protocol<T>... protocols) |
Copyright © 2013. All rights reserved