Verwendungen von Schnittstelle
org.jupnp.transport.spi.DatagramProcessor
Packages, die DatagramProcessor verwenden
-
Verwendungen von DatagramProcessor in org.jupnp
Felder in org.jupnp, die deklariert sind als DatagramProcessorModifizierer und TypFeldBeschreibungprotected DatagramProcessorOSGiUpnpServiceConfiguration.datagramProcessorMethoden in org.jupnp, die DatagramProcessor zurückgebenModifizierer und TypMethodeBeschreibungprotected DatagramProcessorDefaultUpnpServiceConfiguration.createDatagramProcessor()protected DatagramProcessorOSGiUpnpServiceConfiguration.createDatagramProcessor()DefaultUpnpServiceConfiguration.getDatagramProcessor()OSGiUpnpServiceConfiguration.getDatagramProcessor()UpnpServiceConfiguration.getDatagramProcessor() -
Verwendungen von DatagramProcessor in org.jupnp.transport.impl
Klassen in org.jupnp.transport.impl, die DatagramProcessor implementierenFelder in org.jupnp.transport.impl, die deklariert sind als DatagramProcessorModifizierer und TypFeldBeschreibungprotected DatagramProcessorDatagramIOImpl.datagramProcessorprotected DatagramProcessorMulticastReceiverImpl.datagramProcessorMethoden in org.jupnp.transport.impl mit Parametern vom Typ DatagramProcessorModifizierer und TypMethodeBeschreibungvoidDatagramIOImpl.init(InetAddress bindAddress, int bindPort, Router router, DatagramProcessor datagramProcessor) voidMulticastReceiverImpl.init(NetworkInterface networkInterface, Router router, NetworkAddressFactory networkAddressFactory, DatagramProcessor datagramProcessor) -
Verwendungen von DatagramProcessor in org.jupnp.transport.spi
Methoden in org.jupnp.transport.spi mit Parametern vom Typ DatagramProcessorModifizierer und TypMethodeBeschreibungvoidDatagramIO.init(InetAddress bindAddress, int bindPort, Router router, DatagramProcessor datagramProcessor) Configures the service and starts any listening sockets.voidMulticastReceiver.init(NetworkInterface networkInterface, Router router, NetworkAddressFactory networkAddressFactory, DatagramProcessor datagramProcessor) Configures the service and starts any listening sockets.