pl.edu.pjwstk.yaod.network
Class HTTPCommunicator

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.network.HTTPCommunicator
All Implemented Interfaces:
Communicable

public class HTTPCommunicator
extends java.lang.Object
implements Communicable

Klasa zapewnia mozliwosc komunikacji miedzy klientem i serwerem za pomoca protokolu HTTP. TODO: skonczyc

Author:
M. Lentner, raist@ertel.com.pl

Constructor Summary
HTTPCommunicator(java.net.Socket socket, SVRP server)
           
 
Method Summary
 void serveRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPCommunicator

public HTTPCommunicator(java.net.Socket socket,
                        SVRP server)
                 throws java.io.IOException
Method Detail

serveRequest

public void serveRequest()
                  throws java.io.IOException
Specified by:
serveRequest in interface Communicable