UDP/TCP mindless transfer class

L

Luc The Perverse

I wish to find a class, or make a set of classes for making file/data
transfer over a remote connection virtually mindless. I want the
following. (Keep in mind I CAN code these from a simple example, if someone
knows of one.) I still consider myself a java programming novice.

1. Can switch between active and passive (Active will block until current
transfer is complete, passive will allow queuing of files and serialized
objects)
2. Can easily "attach" an encryption/encoding scheme
3. Will work over TCP or UDP.
4. (This should be a no brainer) Can have multiple simultanious
instantiations of the class.
5. A thread safe progress reporter.
 
L

Luc The Perverse

Luc The Perverse said:
I wish to find a class,
*snip*

Alright - I must have asked the wrong question.

Can someone show me any example of file x-fer over TCP or UDP that initiates
from one Java client and ends at another Java client? I can code the rest.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top