Uses of Class
xyz.cofe.trambda.tcp.Pong
-
-
Uses of Pong in xyz.cofe.trambda.tcp
Methods in xyz.cofe.trambda.tcp with parameters of type Pong Modifier and Type Method Description protected voidTcpProtocol. process(Pong pong, TcpHeader header)При получении ответаPongуведомляет подписанотовTcpProtocol.ping(Consumer), тех кто отправил запрос PingMethod parameters in xyz.cofe.trambda.tcp with type arguments of type Pong Modifier and Type Method Description static AutoCloseablePong. listen(TrEventPublisher evPublisher, Consumer<Pong> listener)Подписка на события CompilevoidTcpClient. ping(Consumer<Pong> consumer)intTcpProtocol. ping(Consumer<Pong> consumer)ОтправляетPingзапрос
-