org.boris.xlloop
Interface IRequestProtocol

All Known Implementing Classes:
BinaryRequestProtocol

public interface IRequestProtocol


Method Summary
 void initialise(java.net.Socket socket)
           
 XLoper receive(java.net.Socket socket)
           
 void send(java.net.Socket socket, XLoper data)
           
 

Method Detail

initialise

void initialise(java.net.Socket socket)
                throws java.io.IOException
Throws:
java.io.IOException

send

void send(java.net.Socket socket,
          XLoper data)
          throws java.io.IOException
Throws:
java.io.IOException

receive

XLoper receive(java.net.Socket socket)
               throws java.io.IOException
Throws:
java.io.IOException