Uses of Class
org.fourthline.cling.model.message.OutgoingDatagramMessage

Packages that use OutgoingDatagramMessage
org.fourthline.cling.mock   
org.fourthline.cling.model.message.discovery   
org.fourthline.cling.transport   
org.fourthline.cling.transport.impl   
org.fourthline.cling.transport.spi   
 

Uses of OutgoingDatagramMessage in org.fourthline.cling.mock
 

Methods in org.fourthline.cling.mock that return types with arguments of type OutgoingDatagramMessage
 List<OutgoingDatagramMessage> MockUpnpService.getOutgoingDatagramMessages()
           
 

Methods in org.fourthline.cling.mock with parameters of type OutgoingDatagramMessage
 void MockUpnpService.MockRouter.send(OutgoingDatagramMessage msg)
           
 

Uses of OutgoingDatagramMessage in org.fourthline.cling.model.message.discovery
 

Subclasses of OutgoingDatagramMessage in org.fourthline.cling.model.message.discovery
 class OutgoingNotificationRequest
           
 class OutgoingNotificationRequestDeviceType
           
 class OutgoingNotificationRequestRootDevice
           
 class OutgoingNotificationRequestServiceType
           
 class OutgoingNotificationRequestUDN
           
 class OutgoingSearchRequest
           
 class OutgoingSearchResponse
           
 class OutgoingSearchResponseDeviceType
           
 class OutgoingSearchResponseRootDevice
           
 class OutgoingSearchResponseRootDeviceUDN
           
 class OutgoingSearchResponseServiceType
           
 class OutgoingSearchResponseUDN
           
 

Uses of OutgoingDatagramMessage in org.fourthline.cling.transport
 

Methods in org.fourthline.cling.transport with parameters of type OutgoingDatagramMessage
 void SwitchableRouterImpl.send(OutgoingDatagramMessage msg)
           
 void RouterImpl.send(OutgoingDatagramMessage msg)
          Sends the UDP datagram on all bound DatagramIOs.
 void Router.send(OutgoingDatagramMessage msg)
           Call this method to send a UDP datagram message.
 

Uses of OutgoingDatagramMessage in org.fourthline.cling.transport.impl
 

Methods in org.fourthline.cling.transport.impl with parameters of type OutgoingDatagramMessage
 void DatagramIOImpl.send(OutgoingDatagramMessage message)
           
 DatagramPacket DatagramProcessorImpl.write(OutgoingDatagramMessage message)
           
 

Uses of OutgoingDatagramMessage in org.fourthline.cling.transport.spi
 

Methods in org.fourthline.cling.transport.spi with parameters of type OutgoingDatagramMessage
 void DatagramIO.send(OutgoingDatagramMessage message)
          Sends a datagram after conversion with DatagramProcessor.write(org.fourthline.cling.model.message.OutgoingDatagramMessage).
 DatagramPacket DatagramProcessor.write(OutgoingDatagramMessage message)
          Creates a UDP datagram with the content of a message.
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.