org.fourthline.cling.transport.impl
Class StreamServerImpl.RequestHttpHandler
java.lang.Object
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
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 |
StreamServerImpl.RequestHttpHandler
public StreamServerImpl.RequestHttpHandler(Router router)
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.