продолжение рефакторинга клиентских проходов.

This commit is contained in:
2025-02-04 16:06:49 +03:00
parent e15f2921ee
commit 8696c7e66f
6 changed files with 61 additions and 46 deletions

View File

@@ -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;