Uses of Class
org.eclipse.milo.opcua.stack.core.channel.messages.ErrorMessage
Packages that use ErrorMessage
Package
Description
-
Uses of ErrorMessage in org.eclipse.milo.opcua.stack.core.channel
Methods in org.eclipse.milo.opcua.stack.core.channel that return ErrorMessageModifier and TypeMethodDescriptionstatic ErrorMessageExceptionHandler.sendErrorMessage(io.netty.channel.ChannelHandlerContext ctx, Throwable cause) -
Uses of ErrorMessage in org.eclipse.milo.opcua.stack.core.channel.messages
Methods in org.eclipse.milo.opcua.stack.core.channel.messages that return ErrorMessageModifier and TypeMethodDescriptionstatic ErrorMessageErrorMessage.decode(io.netty.buffer.ByteBuf buffer) static ErrorMessageTcpMessageDecoder.decodeError(io.netty.buffer.ByteBuf buffer) Methods in org.eclipse.milo.opcua.stack.core.channel.messages with parameters of type ErrorMessageModifier and TypeMethodDescriptionstatic voidErrorMessage.encode(ErrorMessage message, io.netty.buffer.ByteBuf buffer) static io.netty.buffer.ByteBufTcpMessageEncoder.encode(ErrorMessage errorMessage)