Package org.openuat.util.ip

Interface Summary
FileTransferListener  
 

Class Summary
FileTransferEvent  
FileTransferService  
HTTPServer This class starts a http server based on the implementation of the simple server (http://www.simpleframework.org/) To make make it run, you need to include the simple.jar (containing the implementation) and the kxml lib (http://kxml.objectweb.org/) you need as well to configure the server over a xml file (called mapper.xml) There you specify which service is mapped to wich request. at the moment all the request are mapped to the same service class. if the request is a filetransfer over post, the file will be extracted by the PostFileTransfer.class otherwise this class gives a simple html hello worl file as answer.
HTTPSocket  
MDNSDiscovery This class wraps host and service discovery via Multicast DNS, using the jmDNS library (a MDNS and DNS-SD implementation in pure Java) at the moment.
PDAHTTPServer A simple, tiny, nicely embeddable HTTP 1.0 server in Java NanoHTTPD version 1.05, Copyright © 2001,2005,2006 Jarno Elonen (elonen@iki.fi, http://iki.fi/elonen/) Features & limitations: Only one Java file Java 1.1 compatible Released as open source, Modified BSD licence No fixed config files, logging, authorization etc.
PostFileTransfer  
 



2005-2006, Rene Mayrhofer.