it.unimi.di.mg4j.index.remote
Class RemoteInputStream.ServerThread

java.lang.Object
  extended by it.unimi.di.mg4j.index.remote.ServerThread
      extended by it.unimi.di.mg4j.index.remote.RemoteInputStream.ServerThread
All Implemented Interfaces:
Runnable
Enclosing class:
RemoteInputStream

public static class RemoteInputStream.ServerThread
extends ServerThread


Field Summary
 
Fields inherited from class it.unimi.di.mg4j.index.remote.ServerThread
inputStream, outputStream, socket
 
Constructor Summary
RemoteInputStream.ServerThread(Socket socket, InputStream stream)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteInputStream.ServerThread

public RemoteInputStream.ServerThread(Socket socket,
                                      InputStream stream)
                               throws IOException
Throws:
IOException
Method Detail

run

public void run()