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>Classes in xyz.cofe.trambda.tcp that implement Message Modifier and Type Class Description classCompileclassCompileResultclassErrMessageСообщение о ошибкеclassExecuteclassExecuteResultclassPingclassPongclassServerEventclassSubscribeclassSubscribeResultclassUnSubscribeclassUnSubscribeResultMethods 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()BiConsumer<Message,TcpHeader>TcpProtocol. unbindedMessage()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)
-