Uses of Interface
org.springframework.integration.ip.udp.SocketCustomizer
Packages that use SocketCustomizer
Package
Description
Provides TCP/UDP Component support for the Java DSL.
Inbound channel adapters for UDP Support.
Outbound channel adapters 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.inbound
Methods in org.springframework.integration.ip.udp.inbound with parameters of type SocketCustomizerModifier and TypeMethodDescriptionvoid
UnicastReceivingChannelAdapter.setSocketCustomizer
(SocketCustomizer socketCustomizer) Set a customizer to further configure the socket after creation. -
Uses of SocketCustomizer in org.springframework.integration.ip.udp.outbound
Methods in org.springframework.integration.ip.udp.outbound with parameters of type SocketCustomizerModifier and TypeMethodDescriptionvoid
UnicastSendingMessageHandler.setSocketCustomizer
(SocketCustomizer socketCustomizer) Set a customizer to further configure the socket after creation.