public class TaskListClientProtocol extends Object implements ClientProcess.Protocol
| Constructor and Description |
|---|
TaskListClientProtocol(Gradle gradle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueConnection()
We just keep a flag around for this.
|
void |
initialize(ClientProcess client)
Gives your protocol a chance to store this client so it can access its functions.
|
boolean |
serverConnected(Socket clientSocket)
Notification that we have connected to the server.
|
void |
shutdown() |
public TaskListClientProtocol(Gradle gradle)
public void initialize(ClientProcess client)
initialize in interface ClientProcess.Protocolpublic boolean serverConnected(Socket clientSocket)
serverConnected in interface ClientProcess.Protocolpublic boolean continueConnection()
continueConnection in interface ClientProcess.Protocolpublic void shutdown()
Copyright © 2013. All rights reserved