Uses of Class
xyz.cofe.trambda.tcp.TcpProtocol
-
-
Uses of TcpProtocol in xyz.cofe.trambda.tcp
Fields in xyz.cofe.trambda.tcp declared as TcpProtocol Modifier and Type Field Description protected TcpProtocolTcpClient. protoprotected TcpProtocolTcpSession. protoОбщие функции для протокола TCP как клиента, так и сервераMethods in xyz.cofe.trambda.tcp that return TcpProtocol Modifier and Type Method Description TcpProtocolTcpProtocol. unbindedError(BiConsumer<ErrMessage,TcpHeader> cons)TcpProtocolTcpProtocol. unbindedMessage(BiConsumer<Message,TcpHeader> cons)Constructors in xyz.cofe.trambda.tcp with parameters of type TcpProtocol Constructor Description ResultConsumer(TcpProtocol proto, Req req, Map<Integer,Consumer<ErrMessage>> errorConsumers, Map<Integer,Consumer<Res>> responseConsumers)
-