Documentation of 'visad.data.SocketDataServer' Java class
SocketDataServer
visad.data

Class SocketDataServer



  • public class SocketDataServer
    extends java.lang.Object
    A 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
      void killServer()
      destroys this server and kills all associated threads
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SocketDataServer

        public SocketDataServer(int port,
                                DataReferenceImpl ref)
                         throws VisADException,
                                java.io.IOException
        Construct a SocketDataServer with the given port and data reference.
        Throws:
        VisADException
        java.io.IOException
    • Method Detail

      • killServer

        public void killServer()
        destroys this server and kills all associated threads

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.