visad.data
Class SocketDataServer
- java.lang.Object
-
- visad.data.SocketDataServer
-
public class SocketDataServer extends java.lang.ObjectA class for exporting data to a socket stream. Whenever the given DataReference's data changes, it is sent across the socket to any clients that are listening.
-
-
Constructor Summary
Constructors Constructor and Description SocketDataServer(int port, DataReferenceImpl ref)Construct a SocketDataServer with the given port and data reference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidkillServer()destroys this server and kills all associated threads
-
-
-
Constructor Detail
-
SocketDataServer
public SocketDataServer(int port, DataReferenceImpl ref) throws VisADException, java.io.IOExceptionConstruct a SocketDataServer with the given port and data reference.- Throws:
VisADExceptionjava.io.IOException
-
-
DMelt 3.0 © DataMelt by jWork.ORG