Uses of Class
org.apache.nifi.io.socket.ServerSocketConfiguration
Packages that use ServerSocketConfiguration
-
Uses of ServerSocketConfiguration in org.apache.nifi.io.socket
Fields in org.apache.nifi.io.socket declared as ServerSocketConfigurationModifier and TypeFieldDescriptionprivate final ServerSocketConfiguration
SocketListener.configuration
Methods in org.apache.nifi.io.socket that return ServerSocketConfigurationMethods in org.apache.nifi.io.socket with parameters of type ServerSocketConfigurationModifier and TypeMethodDescriptionstatic ServerSocket
SocketUtils.createServerSocket
(int port, ServerSocketConfiguration config) Returns aServerSocket
for the given port and configuration.Constructors in org.apache.nifi.io.socket with parameters of type ServerSocketConfigurationModifierConstructorDescriptionSocketListener
(int numThreads, int port, ServerSocketConfiguration configuration)