Uses of Class
xyz.cofe.trambda.tcp.TcpHeader
-
-
Uses of TcpHeader in xyz.cofe.trambda.tcp
Fields in xyz.cofe.trambda.tcp declared as TcpHeader Modifier and Type Field Description protected TcpHeaderRawPack. headerMethods in xyz.cofe.trambda.tcp that return TcpHeader Modifier and Type Method Description TcpHeaderRawPack. getHeader()TcpHeaderRawPackReadonly. getHeader()Methods in xyz.cofe.trambda.tcp that return types with arguments of type TcpHeader Modifier and Type Method Description static Optional<TcpHeader>TcpHeader. parse(byte[] buff, int off, int len)BiConsumer<ErrMessage,TcpHeader>TcpProtocol. unbindedError()BiConsumer<Message,TcpHeader>TcpProtocol. unbindedMessage()Methods in xyz.cofe.trambda.tcp with parameters of type TcpHeader Modifier and Type Method Description default Optional<T>HeaderValue. parse(TcpHeader header)protected voidTcpProtocol. process(Message msg, TcpHeader header)protected voidTcpProtocol. process(Ping ping, TcpHeader header)protected voidTcpProtocol. process(Pong pong, TcpHeader header)protected voidTcpProtocol. process(ServerEvent sevent, TcpHeader header)protected voidTcpSession. process(Compile compile, TcpHeader header)protected voidTcpSession. process(Execute exec, TcpHeader header)protected voidTcpSession. process(Message msg, TcpHeader header)protected voidTcpSession. process(Ping ping, TcpHeader header)protected voidTcpSession. process(Subscribe msg, TcpHeader header)protected voidTcpSession. process(UnSubscribe msg, TcpHeader header)voidRawPack. setHeader(TcpHeader header)voidRawPackReadonly. setHeader(TcpHeader header)Method parameters in xyz.cofe.trambda.tcp with type arguments of type TcpHeader 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 TcpHeader Constructor Description RawPack(TcpHeader header, byte[] payload)RawPackReadonly(TcpHeader header, byte[] payload)
-