org.vrspace.server.object
Class File.GZippedUploadFilter

java.lang.Object
  extended byorg.vrspace.server.object.File.UploadFilter
      extended byorg.vrspace.server.object.File.GZippedUploadFilter
All Implemented Interfaces:
Filter, GZipped
Enclosing class:
File

public class File.GZippedUploadFilter
extends File.UploadFilter
implements GZipped

Implements the uploading of a .wrl file. The file is uploaded, and a positive response is sent back to the client.


Constructor Summary
File.GZippedUploadFilter(File file, Client client)
           
 
Methods inherited from class org.vrspace.server.object.File.UploadFilter
filter, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

File.GZippedUploadFilter

public File.GZippedUploadFilter(File file,
                                Client client)