Package org.jupnp.transport.spi
package org.jupnp.transport.spi
-
KlasseBeschreibungImplements the timeout/callback processing and unifies exception handling.DatagramIO<C extends DatagramIOConfiguration>Service for receiving (unicast only) and sending UDP datagrams, one per bound IP address.Collection of typically needed configuration settings.Reads and creates UDP datagrams from and into UPnP messages.Reads and writes GENA XML content.Thrown by the transport layer implementation when service setup fails.MulticastReceiver<C extends MulticastReceiverConfiguration>Service for receiving multicast UDP datagrams, one per bound network interface.Collection of typically needed configuration settings.Configuration utility for network interfaces and addresses.Might be thrown by the constructor of
NetworkAddressFactoryandRouterif no usable network interfaces/addresses were discovered.Implement this to provide your own servlet container (instance),Converts UPnP SOAP messages from/to action invocations.StreamClient<C extends StreamClientConfiguration>Service for sending TCP (HTTP) stream request messages.Collection of typically needed configuration settings.StreamServer<C extends StreamServerConfiguration>Service for receiving TCP (HTTP) streams, one per bound IP address.Collection of typically needed configuration settings.A runnable representation of a single HTTP request/response procedure.