com.lukasfeiler.httpd
Class ParseM3U

java.lang.Object
  extended bycom.lukasfeiler.httpd.HTTPServerPlugin
      extended bycom.lukasfeiler.httpd.ParseM3U

public class ParseM3U
extends HTTPServerPlugin


Field Summary
 
Fields inherited from class com.lukasfeiler.httpd.HTTPServerPlugin
server
 
Constructor Summary
ParseM3U(HTTPServer server)
           
 
Method Summary
 boolean run(HTTPSocket socket, java.io.File f, java.lang.String requestedResource, java.util.Vector headers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseM3U

public ParseM3U(HTTPServer server)
Method Detail

run

public boolean run(HTTPSocket socket,
                   java.io.File f,
                   java.lang.String requestedResource,
                   java.util.Vector headers)
            throws java.io.IOException
Overrides:
run in class HTTPServerPlugin
Throws:
java.io.IOException