public class TranslationBDI.Translate
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.net.Socket |
client |
| Constructor and Description |
|---|
Translate(java.net.Socket client)
Create a new Translate.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.Socket |
getClient()
Get the client.
|
void |
setClient(java.net.Socket client)
Set the client.
|