Uses of Interface
org.springframework.integration.ip.udp.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
Modifier and TypeMethodDescriptionAbstractUdpOutboundChannelAdapterSpec.configureSocket
(SocketCustomizer customizer) Configure the socket.UdpInboundChannelAdapterSpec.configureSocket
(SocketCustomizer customizer) Configure the socket. -
Uses of SocketCustomizer in org.springframework.integration.ip.udp
Modifier 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.