Uses of Interface
org.springframework.integration.ip.udp.SocketCustomizer
Packages that use SocketCustomizer
Package
Description
Provides TCP/UDP Component support for the Java DSL.
Base package for UDP support.
-
Uses of SocketCustomizer in org.springframework.integration.ip.dsl
Methods in org.springframework.integration.ip.dsl with parameters of type SocketCustomizerModifier and TypeMethodDescriptionAbstractUdpOutboundChannelAdapterSpec.configureSocket
(SocketCustomizer customizer) Configure the socket.UdpInboundChannelAdapterSpec.configureSocket
(SocketCustomizer customizer) Configure the socket. -
Uses of SocketCustomizer in org.springframework.integration.ip.udp
Methods in org.springframework.integration.ip.udp with parameters of type SocketCustomizerModifier and TypeMethodDescriptionvoid
UnicastReceivingChannelAdapter.setSocketCustomizer
(SocketCustomizer socketCustomizer) Set a customizer to further configure the socket after creation.void
UnicastSendingMessageHandler.setSocketCustomizer
(SocketCustomizer socketCustomizer) Set a customizer to further configure the socket after creation.