Uses of Class
org.apache.plc4x.java.opcua.readwrite.MessagePDU
-
Packages that use MessagePDU Package Description org.apache.plc4x.java.opcua.context org.apache.plc4x.java.opcua.protocol.chunk org.apache.plc4x.java.opcua.readwrite -
-
Uses of MessagePDU in org.apache.plc4x.java.opcua.context
Methods in org.apache.plc4x.java.opcua.context that return MessagePDU Modifier and Type Method Description MessagePDUEncryptionHandler. decodeMessage(MessagePDU message)Methods in org.apache.plc4x.java.opcua.context that return types with arguments of type MessagePDU Modifier and Type Method Description List<MessagePDU>EncryptionHandler. encodeMessage(MessagePDU message, Supplier<Integer> sequenceSupplier)Methods in org.apache.plc4x.java.opcua.context with parameters of type MessagePDU Modifier and Type Method Description MessagePDUEncryptionHandler. decodeMessage(MessagePDU message)List<MessagePDU>EncryptionHandler. encodeMessage(MessagePDU message, Supplier<Integer> sequenceSupplier) -
Uses of MessagePDU in org.apache.plc4x.java.opcua.protocol.chunk
Methods in org.apache.plc4x.java.opcua.protocol.chunk that return MessagePDU Modifier and Type Method Description static MessagePDUPayloadConverter. fromStream(ByteBuffer chunkBuffer, boolean response, boolean encrypted)static MessagePDUPayloadConverter. pduFromStream(byte[] message, boolean response)Methods in org.apache.plc4x.java.opcua.protocol.chunk with parameters of type MessagePDU Modifier and Type Method Description static byte[]PayloadConverter. toStream(MessagePDU apdu) -
Uses of MessagePDU in org.apache.plc4x.java.opcua.readwrite
Subclasses of MessagePDU in org.apache.plc4x.java.opcua.readwrite Modifier and Type Class Description classOpcuaAcknowledgeResponseclassOpcuaCloseRequestclassOpcuaHelloRequestclassOpcuaMessageErrorclassOpcuaMessageRequestclassOpcuaMessageResponseclassOpcuaOpenRequestclassOpcuaOpenResponseFields in org.apache.plc4x.java.opcua.readwrite declared as MessagePDU Modifier and Type Field Description protected MessagePDUOpcuaAPU. messageMethods in org.apache.plc4x.java.opcua.readwrite that return MessagePDU Modifier and Type Method Description MessagePDUMessagePDU.MessagePDUBuilder. build(ChunkType chunk)MessagePDUOpcuaAPU. getMessage()static MessagePDUMessagePDU. staticParse(ReadBuffer readBuffer, Boolean response)static MessagePDUMessagePDU. staticParse(ReadBuffer readBuffer, Object... args)Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type MessagePDU Constructor Description OpcuaAPU(MessagePDU message)
-