Uses of Enum Class
org.eclipse.milo.opcua.stack.core.channel.messages.MessageType
Packages that use MessageType
Package
Description
-
Uses of MessageType in org.eclipse.milo.opcua.stack.core.channel
Methods in org.eclipse.milo.opcua.stack.core.channel with parameters of type MessageTypeModifier and TypeMethodDescriptionChunkEncoder.encodeAsymmetric(SecureChannel channel, long requestId, io.netty.buffer.ByteBuf messageBuffer, MessageType messageType) ChunkEncoder.encodeSymmetric(SecureChannel channel, long requestId, io.netty.buffer.ByteBuf messageBuffer, MessageType messageType) -
Uses of MessageType in org.eclipse.milo.opcua.stack.core.channel.headers
Methods in org.eclipse.milo.opcua.stack.core.channel.headers that return MessageTypeConstructors in org.eclipse.milo.opcua.stack.core.channel.headers with parameters of type MessageTypeModifierConstructorDescriptionSecureMessageHeader(MessageType messageType, char finalFlag, long messageSize, long secureChannelId) -
Uses of MessageType in org.eclipse.milo.opcua.stack.core.channel.messages
Methods in org.eclipse.milo.opcua.stack.core.channel.messages that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeMessageType.fromMediumInt(int messageType) static MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.milo.opcua.stack.core.channel.messages with parameters of type MessageType