Uses of Interface
org.apache.nifi.cluster.protocol.ProtocolHandler
Packages that use ProtocolHandler
-
Uses of ProtocolHandler in org.apache.nifi.cluster.protocol
Methods in org.apache.nifi.cluster.protocol that return types with arguments of type ProtocolHandlerMethods in org.apache.nifi.cluster.protocol with parameters of type ProtocolHandlerModifier and TypeMethodDescriptionvoid
ProtocolListener.addHandler
(ProtocolHandler handler) Registers a handler with the listener.boolean
ProtocolListener.removeHandler
(ProtocolHandler handler) Unregisters the handler with the listener. -
Uses of ProtocolHandler in org.apache.nifi.cluster.protocol.impl
Fields in org.apache.nifi.cluster.protocol.impl with type parameters of type ProtocolHandlerModifier and TypeFieldDescriptionprivate final Collection
<ProtocolHandler> SocketProtocolListener.handlers
Methods in org.apache.nifi.cluster.protocol.impl that return types with arguments of type ProtocolHandlerModifier and TypeMethodDescriptionClusterCoordinationProtocolSenderListener.getHandlers()
NodeProtocolSenderListener.getHandlers()
SocketProtocolListener.getHandlers()
Methods in org.apache.nifi.cluster.protocol.impl with parameters of type ProtocolHandlerModifier and TypeMethodDescriptionvoid
ClusterCoordinationProtocolSenderListener.addHandler
(ProtocolHandler handler) void
NodeProtocolSenderListener.addHandler
(ProtocolHandler handler) void
SocketProtocolListener.addHandler
(ProtocolHandler handler) boolean
ClusterCoordinationProtocolSenderListener.removeHandler
(ProtocolHandler handler) boolean
NodeProtocolSenderListener.removeHandler
(ProtocolHandler handler) boolean
SocketProtocolListener.removeHandler
(ProtocolHandler handler)