Klasse HttpExchangeUpnpStream

java.lang.Object
org.jupnp.transport.spi.UpnpStream
org.jupnp.transport.impl.HttpExchangeUpnpStream
Alle implementierten Schnittstellen:
Runnable

public abstract class HttpExchangeUpnpStream extends UpnpStream
Default implementation based on the JDK 6.0 built-in HTTP Server.

Instantiated by a com.sun.net.httpserver.HttpHandler.

Autor:
Christian Bauer - initial contribution, Victor Toni - refactoring for JUPnP
  • Konstruktordetails

  • Methodendetails

    • getHttpExchange

      public HttpExchange getHttpExchange()
    • run

      public void run()
    • createConnection

      protected abstract Connection createConnection()