Uses of Interface
org.somda.sdc.dpws.udp.UdpBindingService
-
Packages that use UdpBindingService Package Description org.somda.sdc.dpws.udp UDP binding for DPWS.org.somda.sdc.dpws.udp.factory UDP factories. -
-
Uses of UdpBindingService in org.somda.sdc.dpws.udp
Classes in org.somda.sdc.dpws.udp that implement UdpBindingService Modifier and Type Class Description classUdpBindingServiceImplDefault implementation of UdpBindingService.Methods in org.somda.sdc.dpws.udp with parameters of type UdpBindingService Modifier and Type Method Description voidUdpMessageQueueService. setUdpBinding(UdpBindingService udpBinding)Injects the UDP binding service.voidUdpMessageQueueServiceImpl. setUdpBinding(UdpBindingService udpBinding) -
Uses of UdpBindingService in org.somda.sdc.dpws.udp.factory
Methods in org.somda.sdc.dpws.udp.factory that return UdpBindingService Modifier and Type Method Description UdpBindingServiceUdpBindingServiceFactory. createUdpBindingService(NetworkInterface networkInterface, InetAddress multicastAddress, Integer multicastPort, Integer maxMessageSize)Creates aUdpBindingServiceinstance.
-