public static interface ClientProcess.Protocol
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueConnection() |
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 initialize(ClientProcess client)
boolean serverConnected(Socket clientSocket)
boolean continueConnection()
Copyright © 2013. All rights reserved