Uses of Class
org.apache.nifi.io.socket.ServerSocketConfiguration
Packages that use ServerSocketConfiguration
Package
Description
-
Uses of ServerSocketConfiguration in org.apache.nifi.cluster.protocol.impl
Constructors in org.apache.nifi.cluster.protocol.impl with parameters of type ServerSocketConfigurationModifierConstructorDescriptionSocketProtocolListener(int numThreads, int port, ServerSocketConfiguration configuration, ProtocolContext<ProtocolMessage> protocolContext) -
Uses of ServerSocketConfiguration in org.apache.nifi.framework.configuration
Methods in org.apache.nifi.framework.configuration that return ServerSocketConfigurationModifier and TypeMethodDescriptionFrameworkClusterProtocolConfiguration.protocolServerSocketConfiguration() -
Uses of ServerSocketConfiguration in org.apache.nifi.io.socket
Fields in org.apache.nifi.io.socket declared as ServerSocketConfigurationModifier and TypeFieldDescriptionprivate final ServerSocketConfigurationSocketListener.configurationMethods in org.apache.nifi.io.socket that return ServerSocketConfigurationMethods in org.apache.nifi.io.socket with parameters of type ServerSocketConfigurationModifier and TypeMethodDescriptionstatic ServerSocketSocketUtils.createServerSocket(int port, ServerSocketConfiguration config) Returns aServerSocketfor the given port and configuration.Constructors in org.apache.nifi.io.socket with parameters of type ServerSocketConfigurationModifierConstructorDescriptionSocketListener(int numThreads, int port, ServerSocketConfiguration configuration)