org.teleal.cling.transport.impl
Class StreamServerImpl.RequestHttpHandler

java.lang.Object
  extended by org.teleal.cling.transport.impl.StreamServerImpl.RequestHttpHandler
All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler
Enclosing class:
StreamServerImpl

public static class StreamServerImpl.RequestHttpHandler
extends java.lang.Object
implements com.sun.net.httpserver.HttpHandler


Constructor Summary
StreamServerImpl.RequestHttpHandler(Router router)
           
 
Method Summary
 void handle(com.sun.net.httpserver.HttpExchange httpExchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamServerImpl.RequestHttpHandler

public StreamServerImpl.RequestHttpHandler(Router router)
Method Detail

handle

public void handle(com.sun.net.httpserver.HttpExchange httpExchange)
            throws java.io.IOException
Specified by:
handle in interface com.sun.net.httpserver.HttpHandler
Throws:
java.io.IOException


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.