org.openuat.util.ip
Class PostFileTransfer

java.lang.Object
  extended by simple.http.serve.Component
      extended by simple.http.load.Service
          extended by org.openuat.util.ip.PostFileTransfer
All Implemented Interfaces:
simple.http.serve.Resource

public class PostFileTransfer
extends simple.http.load.Service


Field Summary
 
Fields inherited from class simple.http.load.Service
engine
 
Fields inherited from class simple.http.serve.Component
context
 
Constructor Summary
PostFileTransfer(simple.http.serve.Context context)
           
 
Method Summary
 void addFileTransferListener(FileTransferListener l)
           
 void process(simple.http.Request req, simple.http.Response resp)
           
 void removeFileTransferListener(FileTransferListener l)
           
 
Methods inherited from class simple.http.load.Service
prepare
 
Methods inherited from class simple.http.serve.Component
handle, handle, handle, process, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostFileTransfer

public PostFileTransfer(simple.http.serve.Context context)
Method Detail

process

public void process(simple.http.Request req,
                    simple.http.Response resp)
             throws java.lang.Exception
Specified by:
process in class simple.http.serve.Component
Throws:
java.lang.Exception

addFileTransferListener

public void addFileTransferListener(FileTransferListener l)

removeFileTransferListener

public void removeFileTransferListener(FileTransferListener l)


2005-2009, Rene Mayrhofer.