Uses of Class
org.apache.nifi.event.transport.message.ByteArrayMessage
Packages that use ByteArrayMessage
Package
Description
-
Uses of ByteArrayMessage in org.apache.nifi.event.transport.netty
Constructor parameters in org.apache.nifi.event.transport.netty with type arguments of type ByteArrayMessageModifierConstructorDescriptionByteArrayMessageNettyEventServerFactory(ComponentLog log, InetAddress address, int port, TransportProtocol protocol, byte[] delimiter, int maxFrameLength, BlockingQueue<ByteArrayMessage> messages) Netty Event Server Factory with configurable delimiter and queue of Byte Array MessagesByteArrayMessageNettyEventServerFactory(ComponentLog log, InetAddress address, int port, TransportProtocol protocol, byte[] delimiter, int maxFrameLength, BlockingQueue<ByteArrayMessage> messages, FilteringStrategy filteringStrategy) Netty Event Server Factory with configurable delimiter and queue of Byte Array Messages -
Uses of ByteArrayMessage in org.apache.nifi.event.transport.netty.channel
Fields in org.apache.nifi.event.transport.netty.channel with type parameters of type ByteArrayMessageModifier and TypeFieldDescriptionprivate final BlockingQueue<ByteArrayMessage> ByteArrayMessageChannelHandler.messagesMethods in org.apache.nifi.event.transport.netty.channel with parameters of type ByteArrayMessageModifier and TypeMethodDescriptionprotected voidByteArrayMessageChannelHandler.channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext, ByteArrayMessage message) Read Channel message and offer to queue for external processingprotected voidFilteringByteArrayMessageChannelHandler.channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext, ByteArrayMessage message) Read Channel message and offer to queue for external processingprivate booleanByteArrayMessageChannelHandler.offer(ByteArrayMessage message) Constructor parameters in org.apache.nifi.event.transport.netty.channel with type arguments of type ByteArrayMessageModifierConstructorDescription