javalightserver.bundled.httpd.parsers
Class BinaryContentParser

java.lang.Object
  extended by javalightserver.bundled.httpd.parsers.BinaryContentParser
All Implemented Interfaces:
IHttpContentParser

public class BinaryContentParser
extends java.lang.Object
implements IHttpContentParser


Field Summary
 java.lang.String Description
           
 java.lang.String[] HttpParserOwnedExtensions
           
 
Constructor Summary
BinaryContentParser()
          Standard BinaryContentParser ctor
 
Method Summary
 boolean isOwnedExt(java.lang.String ext)
           
 HttpStream toStream(HttpUri httpUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HttpParserOwnedExtensions

public java.lang.String[] HttpParserOwnedExtensions

Description

public java.lang.String Description
Constructor Detail

BinaryContentParser

public BinaryContentParser()
Standard BinaryContentParser ctor

Method Detail

isOwnedExt

public boolean isOwnedExt(java.lang.String ext)
Specified by:
isOwnedExt in interface IHttpContentParser

toStream

public HttpStream toStream(HttpUri httpUri)
                    throws java.io.FileNotFoundException,
                           java.io.IOException
Specified by:
toStream in interface IHttpContentParser
Throws:
java.io.FileNotFoundException
java.io.IOException