Uses of Interface
xyz.cofe.trambda.tcp.Message
-
-
Uses of Message in xyz.cofe.trambda.tcp
Classes in xyz.cofe.trambda.tcp with type parameters of type Message Modifier and Type Class Description classResultConsumer<Req extends Message,Res extends Message>Синхронное и асинхронное выполнение запросаclassResultConsumer<Req extends Message,Res extends Message>Синхронное и асинхронное выполнение запросаstatic classTcpSession.IncomingMessageEvent<T extends Message,ENV>Входящие сообщениеstatic classTcpSession.MessageEvent<T extends Message,ENV>Сообщениеstatic classTcpSession.OutgoingMessageEvent<T extends Message,ENV>Исходящие сообщениеClasses in xyz.cofe.trambda.tcp that implement Message Modifier and Type Class Description classCompileЗапрос компиляции лямбдыclassCompileResultРезультат компиляцииCompileclassErrMessageСообщение о ошибкеclassExecuteЗапрос выполнения скомпилированной лямбды, Предварительно лямбда должны быть скомпилирована:Compile,CompileResult,TcpClient.compile(LambdaDump),см call(Fn1, SerializedLambda, LambdaDump)()}classExecuteResultРезультат выполненияExecuteclassPingПинг запрос, ожидается ответ на негоPongclassPongОтвет наPingзапросclassServerEventСобытие сервераclassSubscribeПодписка на уведомления сервераclassSubscribeResultРезультат подписки (успешное) на событие сервераclassUnSubscribeОтписка от событий сервераclassUnSubscribeResultОтписка от событий сервераFields in xyz.cofe.trambda.tcp declared as Message Modifier and Type Field Description MessageTcpProtocol.SentRawData. messageprotected TTcpSession.MessageEvent. messageprotected TTcpSession.OutgoingMessageEvent. messageprotected ReqResultConsumer. reqзапросFields in xyz.cofe.trambda.tcp with type parameters of type Message Modifier and Type Field Description protected ThreadLocal<Message>TcpProtocol. sendMessageMethods in xyz.cofe.trambda.tcp that return Message Modifier and Type Method Description MessageRawPackReadonly. payloadMessage()Возвращает сообщение из пакетаMethods in xyz.cofe.trambda.tcp that return types with arguments of type Message Modifier and Type Method Description Map<Integer,Consumer<? extends Message>>TcpProtocol. getResponseConsumers()Возвращает обработчики на конкретные запросыTcpHeader.getSid()BiConsumer<Message,TcpHeader>TcpProtocol. unbindedMessage()Возвращает обработчик сообщений, смTcpProtocol.getResponseConsumers()Methods in xyz.cofe.trambda.tcp with parameters of type Message Modifier and Type Method Description protected voidTcpProtocol. process(Message msg, TcpHeader header)Обработка входящего сообщения.protected voidTcpSession. process(Message msg, TcpHeader header)intTcpProtocol. send(Message message, Consumer<Integer> sid, HeaderValue<? extends Object>... headerValues)Отправка сообщенияintTcpProtocol. send(Message message, HeaderValue<? extends Object>... headerValues)Отправка сообщенияMethod parameters in xyz.cofe.trambda.tcp with type arguments of type Message Modifier and Type Method Description TcpProtocolTcpProtocol. unbindedMessage(BiConsumer<Message,TcpHeader> cons)Указывает обработчик сообщений, смTcpProtocol.getResponseConsumers()
-