Uses of Interface
xyz.cofe.trambda.tcp.HeaderValue
-
-
Uses of HeaderValue in xyz.cofe.trambda.tcp
Classes in xyz.cofe.trambda.tcp that implement HeaderValue Modifier and Type Class Description static classHeaderValue.BoolValuestatic classHeaderValue.IntValuestatic classHeaderValue.StringValueMethods in xyz.cofe.trambda.tcp that return HeaderValue Modifier and Type Method Description HeaderValue<T>HeaderValue. create(T t)HeaderValue<Integer>HeaderValue.IntValue. create(Integer value)Methods in xyz.cofe.trambda.tcp that return types with arguments of type HeaderValue Modifier and Type Method Description Optional<HeaderValue<Boolean>>HeaderValue.BoolValue. parse(String string)Optional<HeaderValue<Integer>>HeaderValue.IntValue. parse(String string)Optional<HeaderValue<T>>HeaderValue. parse(String string)Optional<HeaderValue<String>>HeaderValue.StringValue. parse(String string)Methods in xyz.cofe.trambda.tcp with parameters of type HeaderValue Modifier and Type Method Description static byte[]TcpHeader. encode(String method, byte[] payload, HeaderValue<? extends Object>... values)intTcpProtocol. send(Message message, Consumer<Integer> sid, HeaderValue<? extends Object>... headerValues)Отправка сообщенияintTcpProtocol. send(Message message, HeaderValue<? extends Object>... headerValues)Отправка сообщенияintTcpProtocol. sendRaw(String method, byte[] payload, Consumer<Integer> sendId, HeaderValue<? extends Object>... headerValues)Отправка сообщения
-