продолжение рефакторинга клиентских проходов.
This commit is contained in:
@@ -21,8 +21,8 @@ public abstract class RepositoryPass<S extends RepositoryServer, T> extends Pass
|
||||
protected ObjectInputStream in = null; // поток чтения из сокета
|
||||
protected ObjectOutputStream out = null; // поток записи в сокет
|
||||
//-
|
||||
protected ServerExchangeUnit_2021 client_request;
|
||||
protected ServerExchangeUnit_2021 server_response;
|
||||
public ServerExchangeUnit_2021 client_request;
|
||||
public ServerExchangeUnit_2021 server_response;
|
||||
//-
|
||||
protected Socket clientSocket = null; //сокет для общения
|
||||
protected ServerCode ExitCode = ServerCode.Undefined;
|
||||
|
||||
Reference in New Issue
Block a user