Package org.vrspace.util

Class Summary
BinaryConnection Connection able to send bytes
Cache Soft cache.
Connection Default network connection to the server.
Console A simple console, able to connect to server.
Uses following properties to connect:
vrspace.host - default: localhost
vrspace.port - default: 8500
vrspace.login - default: guest
vrspace.password - default: guest
vrspace.command - command to execute & quit - default:none
Propmts on stdin for unset properties.
GZipConnection BinaryConnection that transfers GZIP comppressed data Not tested, probably does not work :)
ID Object ID.
Logger First created Logger is accessible from static methods.
Message Generic Message class.
NetResource This class represents a network resource - a collection of URLs pointing to same file.
ObservableProperties Properties which notify it's Observers when a property changes
PortMapperSocket  
Queue Synchronized FIFO Queue
Util Miscelanous usefull methods
 

Exception Summary
ConnectionException Exception thrown by Connection and it's subclasses if something goes wrong:)