Uses of Interface
org.ocap.hn.upnp.common.UPnPOutgoingMessageHandler

Packages that use UPnPOutgoingMessageHandler
org.ocap.hn.upnp.client Provides UPnP client functionality, permitting access to devices and services on a home network. 
org.ocap.hn.upnp.common Provides UPnP APIs common to client- and server-side use. 
org.ocap.hn.upnp.server Provides UPnP server functionality, permitting management of devices and services in the local Host device. 
 

Uses of UPnPOutgoingMessageHandler in org.ocap.hn.upnp.client
 

Methods in org.ocap.hn.upnp.client with parameters of type UPnPOutgoingMessageHandler
 void UPnPControlPoint.setOutgoingMessageHandler(UPnPOutgoingMessageHandler outHandler)
          Sets a message handler for outgoing messages (action invocations, subscription requests, device and service retrievals).
 

Uses of UPnPOutgoingMessageHandler in org.ocap.hn.upnp.common
 

Methods in org.ocap.hn.upnp.common with parameters of type UPnPOutgoingMessageHandler
 byte[] UPnPOutgoingMessageHandler.handleOutgoingMessage(InetSocketAddress address, UPnPMessage message, UPnPOutgoingMessageHandler defaultHandler)
          Handles an outgoing message.
 

Uses of UPnPOutgoingMessageHandler in org.ocap.hn.upnp.server
 

Methods in org.ocap.hn.upnp.server with parameters of type UPnPOutgoingMessageHandler
 void UPnPDeviceManager.setOutgoingMessageHandler(UPnPOutgoingMessageHandler outHandler)
          Sets a message handler for outgoing messages (action invocations, subscription requests, device and service retrievals).
 



Copyright © 2011. All Rights Reserved.