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 TypeMethodDescriptionvoidProtocolListener.addHandler(ProtocolHandler handler) Registers a handler with the listener.booleanProtocolListener.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.handlersMethods 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 TypeMethodDescriptionvoidClusterCoordinationProtocolSenderListener.addHandler(ProtocolHandler handler) voidNodeProtocolSenderListener.addHandler(ProtocolHandler handler) voidSocketProtocolListener.addHandler(ProtocolHandler handler) booleanClusterCoordinationProtocolSenderListener.removeHandler(ProtocolHandler handler) booleanNodeProtocolSenderListener.removeHandler(ProtocolHandler handler) booleanSocketProtocolListener.removeHandler(ProtocolHandler handler)