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

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

public static class RemoteIndexReader.ServerThread
extends ServerThread


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

Constructor Detail

RemoteIndexReader.ServerThread

public RemoteIndexReader.ServerThread(Socket socket,
                                      Index index)
                               throws IOException
Throws:
IOException
Method Detail

run

public void run()