public final class ClientConnection extends Object
| Constructor and Description | 
|---|
ClientConnection(RemoteManager remoteManager,
                                String clientRID,
                                String jobIdentifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
send(ReefServiceProtos.JobStatusProto status)
Send the given JobStatus to the client. 
 | 
void | 
sendMessage(byte[] message)
Send the given byte[] as a message to the client. 
 | 
@Inject public ClientConnection(RemoteManager remoteManager, String clientRID, String jobIdentifier)
public void send(ReefServiceProtos.JobStatusProto status)
status - public void sendMessage(byte[] message)
message - Copyright © 2015 The Apache Software Foundation. All rights reserved.