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

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

protected class StreamServerImpl.RequestHttpHandler
extends 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 IOException
Specified by:
handle in interface com.sun.net.httpserver.HttpHandler
Throws:
IOException


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.