Uses of Class
org.apache.nifi.io.socket.SocketConfiguration
Packages that use SocketConfiguration
-
Uses of SocketConfiguration in org.apache.nifi.io.socket
Methods in org.apache.nifi.io.socket with parameters of type SocketConfigurationModifier and TypeMethodDescriptionstatic Socket
SocketUtils.createSocket
(InetSocketAddress address, SocketConfiguration config) Returns aSocket
(effectively used as a client socket) for the given address and configuration.